Components\ThemeManager\Controllers\Backend\ThemeManagerController::__construct PHP Метод

__construct() публичный Метод

public __construct ( )
    public function __construct()
    {
        // Add location hinting for views
        View::addLocation(app_path() . '/components/theme_manager/views');
        View::addNamespace('theme_manager', app_path() . '/components/theme_manager/views');
        parent::__construct();
    }