igaster\laravelTheme\Themes::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $this->defaultViewsPath = Config::get('view.paths');
        $this->themesPath = Config::get('themes.themes_path', null) ?: Config::get('view.paths')[0];
        $this->root = new Theme('root', '', '');
    }