exception - Laravel Queue Error -


i working on laravel queues, , have job written update database variable. can't test functionality because when execute php artisan queue:listen throws class not found exception. , can't debug error.

i'm suspecting forget import class or didn't imported correctly @ top, why laravel unable find class trying instantiate.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -