SebastiaanLuca\Router\RouterServiceProvider::getApplicationKernel PHP Method

getApplicationKernel() protected method

Get the application's kernel implementation.
protected getApplicationKernel ( ) : Illuminate\Foundation\Application | mixed
return Illuminate\Foundation\Application | mixed
    protected function getApplicationKernel()
    {
        return app(AppKernel::class);
    }