Skip to content

Commit ecf71fe

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent dbd257f commit ecf71fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Library/CrudPanel/Traits/HasViewNamespaces.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function getViewNamespacesFor(string $domain)
2929
ViewNamespaces::getFor($domain);
3030
}
3131

32-
public function getViewNamespacesWithFallbackFor(string $domain, string $viewNamespacesFromConfigKey)
32+
public function getViewNamespacesWithFallbackFor(string $domain, string $viewNamespacesFromConfigKey)
3333
{
3434
ViewNamespaces::getWithFallbackFor($domain, $viewNamespacesFromConfigKey);
3535
}

0 commit comments

Comments
 (0)