Skip to content

Commit

Permalink
Fix StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienheyd committed Jan 6, 2020
1 parent 9bc6a63 commit 66c4f09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Menu/BoilerplateEmailEditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class BoilerplateEmailEditor
public function make(Builder $menu)
{
$menu->add(__('boilerplate-email-editor::editor.title'), [
'permission' => 'emaileditor_email_edition,emaileditor_email_dev',
'route' => 'emaileditor.email.index',
'icon' => 'mail-bulk', ])
'permission' => 'emaileditor_email_edition,emaileditor_email_dev',
'route' => 'emaileditor.email.index',
'icon' => 'mail-bulk', ])
->id('emaileditor')
->activeIfRoute('emaileditor.*')
->order(900);
Expand Down

0 comments on commit 66c4f09

Please sign in to comment.