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.
1 parent 87df396 commit 2134f1dCopy full SHA for 2134f1d
src/Contracts/Driver.php
@@ -61,7 +61,7 @@ public function getFallback($key, $default = null)
61
return $default;
62
}
63
64
- return Arr::get(config('setting.fallback'), $key);
+ return Arr::get((array) config('setting.fallback'), $key);
65
66
67
/**
0 commit comments