laravel-job-status icon indicating copy to clipboard operation
laravel-job-status copied to clipboard

Undefined Query

Open MarceloA00 opened this issue 5 years ago • 2 comments

I get this error when the job is dispatched. Call to undefined method Illuminate\Foundation\Application::query() Points here as origin of error, $status = $entityClass::query()->create($data) Any idea on how to fix it??

MarceloA00 avatar Sep 02 '20 22:09 MarceloA00

Can you tell how do you dispatch the Job and what is the Laravel version you are using?

imTigger avatar Sep 19 '20 16:09 imTigger

I met same problem. fixed by php artisan config:clear php artisan config:cache

ideodora avatar Oct 12 '20 06:10 ideodora