Skip to content

Commit 186502c

Browse files
fix(theme): add missing function call
1 parent 66da84a commit 186502c

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)