Components\ReportBuilder\Controllers\Backend\ReportBuilderController::__construct PHP Метод

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

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");
    }