This commit is contained in:
Marcel Pociot
2020-04-30 15:29:53 +02:00
parent a972c8581c
commit d7cd43bc51

View File

@@ -34,7 +34,6 @@ class Configuration
public function __get($key)
{
dump(config('expose.admin'));
return $this->$key ?? config('expose.admin.'.$key);
}
}