Skip to content

Commit

Permalink
initially get active theme from config
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipu authored Aug 7, 2023
1 parent 2a66d90 commit 8517e29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Managers/Theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ public function __construct(Container $app, ViewFinderInterface $finder, Reposit

$this->basePath = $this->config['theme.theme_path'];

$this->activeTheme = $this->config['theme.active'];

$this->scanThemes();
}

Expand Down

0 comments on commit 8517e29

Please sign in to comment.