App\Managers\MenuBuilderManager::__construct PHP 메소드

__construct() 공개 메소드

Create a new confide instance.
public __construct ( Illuminate\Foundation\Application $app )
$app Illuminate\Foundation\Application
    public function __construct(Application $app)
    {
        $this->app = $app;
    }