App\Services\Navigation\NavigationServiceProvider::bootMenus PHP 메소드

bootMenus() 보호된 메소드

protected bootMenus ( )
    protected function bootMenus()
    {
        $this->app->make(FrontMenus::class)->register();
        $this->app->make(BackMenus::class)->register();
    }