IG
Size: a a a
IG
V
Using version ^4.4 for laravel/socialite
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Killed
IG
AP
WHERE user_id = 104 and status_id = 1 or status_id = 2с помощью модели?
ИЛ
Using version ^4.4 for laravel/socialite
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Killed
ИЛ
V
AP
IG
SC
IG
AP
AP
SC
AP
S
$tasks = MyModel::where('user_id', $user->id)
->where('status_id', self::DEFAULT_STATUS_IN_QUEUE)
->OrWhere('status_id', self::STATUS_IN_PROGRESS)
->get();
IG
IG
AP
$tasks = MyModel::where('user_id', $user->id)
->where('status_id', self::DEFAULT_STATUS_IN_QUEUE)
->OrWhere('status_id', self::STATUS_IN_PROGRESS)
->get();