Using single quotes

parent f3ec107c
......@@ -265,7 +265,7 @@ class CoreServiceProvider extends ServiceProvider
$localeConfig = $this->app['cache']
->tags('setting.settings', 'global')
->remember(
"asgard.locales",
'asgard.locales',
120,
function () {
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