Framework\Console\Kernel::commands PHP 메소드

commands() 보호된 메소드

Register the Closure based commands for the application.
protected commands ( ) : void
리턴 void
    protected function commands()
    {
        require base_path('routes/console.php');
    }