My schedular is not calling automatically after every minute.
I have tried following code
protected function schedule(Schedule $schedule)
{
$schedule->command('timestamp:minute')->everyMinute();
}
I need that my schedular will call automatically.