Components\MediaManager\Controllers\Backend\MediaManagerController::__construct PHP Method

__construct() public method

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