Components\ReportBuilder\Controllers\Backend\ReportBuilderController::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        parent::__construct();
        // Add location hinting for views
        View::addNamespace('report_builders', app_path() . "/../resources/views/{$this->link_type}/{$this->current_theme}/report_builders");
    }