Skip to content

Commit

Permalink
Merge pull request #56 from GawainLynch/hotfix/de-koala-deet-het
Browse files Browse the repository at this point in the history
Use constructor for 3.3 support
  • Loading branch information
bobdenotter authored Oct 27, 2017
2 parents 92217a5 + 326e511 commit 3b27e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LabelsExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ protected function registerMenuEntries()
}

return [
MenuEntry::create('labels')
(new MenuEntry('labels'))
->setRoute('labels')
->setLabel('Label translations')
->setIcon('fa:flag')
Expand Down

0 comments on commit 3b27e5c

Please sign in to comment.