I'm new in october cms
and I want to push a job in queue but when I writing bottom code in my controller, I got error for class not exist !
I already create my class in classes folder of plugin ...
Queue::push('\Mori\News\Classes\Insta', ['message' => "hello"]);
the error I got:
Class \Mori\News\Classes\Insta does not exist **\xampp\htdocs\vendor\laravel\framework\src\Illuminate\Container\Container.php line 752
How could I solve this issue?