test sending booking do to email

This commit is contained in:
omair saleh
2020-11-13 13:38:46 +08:00
parent c5eae337a3
commit 3115cac6fc
+1 -2
View File
@@ -24,8 +24,7 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule)
{
$schedule->command('inspire')
->hourly();
$schedule->command('inspire');
}
/**