[Directory] Lint fix - missed a coma

This commit is contained in:
Angelo D. Moura 2020-12-02 03:11:37 +00:00 committed by Hugo Sales
parent 793e1b0417
commit f838dbe5f3
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ class Directory extends Module
[
'title' => 'Groups',
'route' => 'groups',
]
],
];
return Event::next;