Can anyone help me with this error as I'm trying to run php artisan migrate.
Also I am using Vagrant so i'm not sure if you can run artisan commands inside a vagrant machine?
PHP Warning: Declaration of App\Console\Kernel::schedule(App\Console\Schedule $schedule) should be compatible with Illuminate\Foundation\Console\Kernel::schedule(Illuminate\Console\Scheduling\Schedule $schedule) in /home/ubuntu/sites/laravue/backend/app/Console/Kernel.php on line 7
[Symfony\Component\Debug\Exception\FatalThrowableError]
Type error: Argument 1 passed to App\Console\Kernel::schedule() must be an instance of App\Cons
ole\Schedule, instance of Illuminate\Console\Scheduling\Schedule given, called in /home/ubuntu/
sites/laravue/backend/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php on
line 104
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
protected function schedule(Schedule $schedule)
{
// $schedule->command('inspire')
// ->hourly();
}