Using single quotes

parent f3ec107c
...@@ -265,7 +265,7 @@ class CoreServiceProvider extends ServiceProvider ...@@ -265,7 +265,7 @@ class CoreServiceProvider extends ServiceProvider
$localeConfig = $this->app['cache'] $localeConfig = $this->app['cache']
->tags('setting.settings', 'global') ->tags('setting.settings', 'global')
->remember( ->remember(
"asgard.locales", 'asgard.locales',
120, 120,
function () { function () {
return DB::table('setting__settings')->whereName('core::locales')->first(); return DB::table('setting__settings')->whereName('core::locales')->first();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment