Skip to content

Commit

Permalink
Merge pull request #4 from fromholdio/fix/final-on-private
Browse files Browse the repository at this point in the history
Yep, thanks, this makes sense. The `final` is unnecessary.

Thanks for your contribution.


Fix #3 Remove final from private function
  • Loading branch information
JamesDPC authored Nov 16, 2021
2 parents 79d137c + a3a68e6 commit 2f58732
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 2f58732

Please sign in to comment.