We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 180c18c + 8a3dd03 commit 0dc8eb9Copy full SHA for 0dc8eb9
src/app/Library/CrudPanel/Traits/HasViewNamespaces.php
@@ -53,7 +53,7 @@ public function addViewNamespaceFor(string $domain, string $viewNamespace)
53
* @param mixed $customConfigKey
54
* @return array
55
*/
56
- private function getViewNamespacesFromConfigFor(string $domain, mixed $customConfigKey = null)
+ private function getViewNamespacesFromConfigFor(string $domain, $customConfigKey = null)
57
{
58
return config($customConfigKey ?? 'backpack.crud.view_namespaces.'.$domain) ?? [];
59
}
0 commit comments