diff --git a/app/Commands/InspiringCommand.php b/app/Commands/InspiringCommand.php new file mode 100644 index 0000000..52b4d5b --- /dev/null +++ b/app/Commands/InspiringCommand.php @@ -0,0 +1,44 @@ +info('Simplicity is the ultimate sophistication.'); + } + + /** + * Define the command's schedule. + * + * @param \Illuminate\Console\Scheduling\Schedule $schedule + * @return void + */ + public function schedule(Schedule $schedule) + { + // $schedule->command(static::class)->everyMinute(); + } +}