40dca3b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php 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 } }