Skip to content

Commit 4ee2c0c

Browse files
gaetan-hexadogactions-user
authored andcommitted
Automatically applied php-cs-fixer changes
1 parent 6ccf050 commit 4ee2c0c

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)