Skip to content

Commit 141c66c

Browse files
committed
Revert "Add scheduler"
This reverts commit f00cd8d.
1 parent 63714ef commit 141c66c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

config/app.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
'name' => env('APP_NAME', 'Laravel'),
1717

18-
'heartbeat_url' => env('HEARTBEAT_URL'),
19-
2018
/*
2119
|--------------------------------------------------------------------------
2220
| Application Environment

routes/console.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
use Illuminate\Foundation\Inspiring;
44
use Illuminate\Support\Facades\Artisan;
5-
use Illuminate\Support\Facades\Schedule;
65

76
Artisan::command('inspire', function () {
87
$this->comment(Inspiring::quote());
98
})->purpose('Display an inspiring quote');
10-
11-
Schedule::command('inspire')->everyMinute()->thenPing(config('app.heartbeat_url'));

0 commit comments

Comments
 (0)