Skip to content

Commit 0dc8eb9

Browse files
authored
Merge pull request #4533 from Laravel-Backpack/remove-php8-code
2 parents 180c18c + 8a3dd03 commit 0dc8eb9

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
@@ -53,7 +53,7 @@ public function addViewNamespaceFor(string $domain, string $viewNamespace)
5353
* @param mixed $customConfigKey
5454
* @return array
5555
*/
56-
private function getViewNamespacesFromConfigFor(string $domain, mixed $customConfigKey = null)
56+
private function getViewNamespacesFromConfigFor(string $domain, $customConfigKey = null)
5757
{
5858
return config($customConfigKey ?? 'backpack.crud.view_namespaces.'.$domain) ?? [];
5959
}

0 commit comments

Comments
 (0)