App\Services\Navigation\NavigationServiceProvider::bootMenus PHP Метод

bootMenus() защищенный Метод

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