Skip to content

Commit 9c2668f

Browse files
author
Mateus Junges
authored
Merge pull request mateusjunges#100 from mikew1/master
Fix typo in error text.
2 parents 4b6bca1 + 508bbfb commit 9c2668f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/ShowPermissions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function handle()
5050
}
5151

5252
if (is_null($group)) {
53-
$this->error('Groups does not exit!');
53+
$this->error('Group does not exist!');
5454

5555
return;
5656
}

0 commit comments

Comments
 (0)