From 9cbd2c466b75b4caec520e46e0dd304f03772dae Mon Sep 17 00:00:00 2001 From: Muhep Atasoy Date: Sat, 14 Dec 2019 19:11:07 +0300 Subject: [PATCH] Create InspiringCommand.php --- app/Commands/InspiringCommand.php | 44 +++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 app/Commands/InspiringCommand.php 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(); + } +}