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(); - } -}