java-fpm / app /Console /customCmd.php
w
1
560ee81
<?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
}
}