Spaces:
Running
Running
| namespace App\Console; | |
| use Illuminate\Foundation\Console\ServeCommand; | |
| class customCmd extends ServeCommand | |
| { | |
| /** | |
| * Execute the console command. | |
| * | |
| * @return void | |
| */ | |
| public function handle() | |
| { | |
| // Do not output anything here | |
| } | |
| } | |