Skip to content

Commit 98ee625

Browse files
Merge branch 'develop' of https://github.com/hexadog/laravel-themes-manager into develop
2 parents 0601d5f + 4ee2c0c commit 98ee625

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Theme.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ public function url($url, $absolutePath = true, bool $version = true): ?string
316316
return ($absolutePath ? url('/') . '/' . $fullUrl : $fullUrl) . ($version ? '?v=' . $versionTag : '');
317317
}
318318

319-
320319
// If not found then lookup in parent's theme assets path
321320
if ($parentTheme = $this->getParent()) {
322321
return $parentTheme->url($url, $absolutePath, $version);

0 commit comments

Comments
 (0)