Artisan::bootstrap PHP Method

bootstrap() public static method

Bootstrap the application for artisan commands.
public static bootstrap ( ) : void
return void
        public static function bootstrap()
        {
            //Method inherited from \Illuminate\Foundation\Console\Kernel
            \Someline\Console\Kernel::bootstrap();
        }