Skip to content

Commit 402a40d

Browse files
Merge pull request #41 from hexadog/develop
fix(theme): add missing function call
2 parents 6583d78 + 186502c commit 402a40d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Theme.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ protected function registerViews()
370370
$assetsPath = $this->getPath('public');
371371
$publicAssetsPath = public_path($this->getAssetsPath());
372372

373+
$this->createPublicAssetsStructure();
374+
373375
if (!File::exists($publicAssetsPath) && File::exists($assetsPath)) {
374376
if (Config::get('themes-manager.symlink_relative', false)) {
375377
app(Filesystem::class)->relativeLink($assetsPath, rtrim($publicAssetsPath, DIRECTORY_SEPARATOR));

0 commit comments

Comments
 (0)