migrate to gtea from bistbucket
This commit is contained in:
16
public/restaurant/app/Console/Kernel.php
Normal file
16
public/restaurant/app/Console/Kernel.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace App\Console;
|
||||
|
||||
use Illuminate\Console\Scheduling\Schedule;
|
||||
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
|
||||
|
||||
class Kernel extends ConsoleKernel
|
||||
{
|
||||
protected function schedule(Schedule $schedule): void
|
||||
{
|
||||
// if (app()->environment('local')) {
|
||||
// } else {
|
||||
// }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user