Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarpsvo committed Nov 14, 2019
1 parent 8be61df commit 05cff2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Resources/MenuResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function title()
public static function indexQuery(NovaRequest $request, $query)
{
if (MenuBuilder::hasNovaLang()) {
$query->where(MenuBuilder::getMenusTableName().'.locale', nova_lang_get_active_locale());
$query->where(MenuBuilder::getMenusTableName() . '.locale', nova_lang_get_active_locale());
}
return $query;
}
Expand Down

0 comments on commit 05cff2b

Please sign in to comment.