Tony Sepentulevski
Tony Sepentulevski
I ahve the following code snippet: ->leftJoin('blocked_users', function($join) use ($user_id, $id) { $join->on('users.id', '=', 'blocked_users.blocked_user_id') ->where('blocked_users.user_id', '=', $user_id); }) which throws the errors SQLSTATE[HY000]: General error: 2031 (SQL: select count(*)...
I am using the API class within a laravel command and I get the following error when i run php artisan mycommand:do [ErrorException] Missing argument 2 for Illuminate\Routing\Route::__construct(), called in...