Skip to content

Commit

Permalink
Using single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Nov 20, 2017
1 parent f3ec107 commit c7c3b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Core/Providers/CoreServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ private function setLocalesConfigurations()
$localeConfig = $this->app['cache']
->tags('setting.settings', 'global')
->remember(
"asgard.locales",
'asgard.locales',
120,
function () {
return DB::table('setting__settings')->whereName('core::locales')->first();
Expand Down

0 comments on commit c7c3b47

Please sign in to comment.