Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
back
/
routes
:
console.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php declare(strict_types=1); use Illuminate\Foundation\Inspiring; use Illuminate\Support\Facades\Artisan; use Illuminate\Support\Facades\Schedule; //Artisan::command('inspire', function (): void { // $this->comment(Inspiring::quote()); //})->purpose('Display an inspiring quote')->hourly(); Schedule::everyMinute()->command('app:change-payment-status-by1-c');