We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05dec51 commit 9158ee3Copy full SHA for 9158ee3
tests/TestModels/TestRolePermissionsEnum.php
@@ -56,7 +56,7 @@ public function label(): string
56
self::VIEWARTICLES => 'View Articles',
57
self::EDITARTICLES => 'Edit Articles',
58
59
- default => Str::words($this->name)
+ default => Str::words($this->value),
60
};
61
}
62
0 commit comments