Skip to content

Commit

Permalink
Apply fixes from StyleCI (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0wik authored Sep 20, 2018
1 parent 6d238a1 commit 8b139f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static function generate($name, $languageCode = null)
'website_id',
'status',
'position',
'custom'
'custom',
];
$content = self::where('name', $name)
->where('website_id', env('WEBSITE_ID'))
Expand Down

0 comments on commit 8b139f5

Please sign in to comment.