how can we call controller method from console kernel.php in laravel. I am going to schedule one cron to so in schedule method I have write some code and going to call controller method.
When I am going to call it and run the command sudo php artisan schedule:run It gives me error like
[ReflectionException] Class App\Http\Controllers\Auth\ReservationController does not exist