Skip to content

Commit

Permalink
Remove unnecessary final decl from private function
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzystuff committed Oct 13, 2021
1 parent 79d137c commit a3a68e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/MailgunEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public function requireDefaultRecords()
/**
* Set permission groups
*/
final private function createGroupsAndPermissions()
private function createGroupsAndPermissions()
{
$manager_code = 'mailgun-managers';
$manager_group = Group::get()->filter('Code', $manager_code)->first();
Expand Down

0 comments on commit a3a68e6

Please sign in to comment.