Skip to content

Commit

Permalink
Merge pull request #70 from laravolt/analysis-2QM1Ol
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
uyab authored Jan 7, 2021
2 parents 661ef22 + 9acd61a commit 750b212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Permission.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ final class Permission
{
const MANAGE_INDONESIA = 'indonesia::manage-all';

static function toArray()
public static function toArray()
{
return [self::MANAGE_INDONESIA];
}
Expand Down

0 comments on commit 750b212

Please sign in to comment.