From 90e7bdd0a0781ad5a9d7b320a1445220c96a4bca Mon Sep 17 00:00:00 2001 From: Muhep Atasoy Date: Sat, 14 Dec 2019 19:06:36 +0300 Subject: [PATCH] Delete InspiringCommand.php --- app/Commands/InspiringCommand.php | 44 ------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 app/Commands/InspiringCommand.php diff --git a/app/Commands/InspiringCommand.php b/app/Commands/InspiringCommand.php deleted file mode 100644 index 52b4d5b..0000000 --- a/app/Commands/InspiringCommand.php +++ /dev/null @@ -1,44 +0,0 @@ -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(); - } -}