Skip to content

Commit 9158ee3

Browse files
committed
formatting
1 parent 05dec51 commit 9158ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestModels/TestRolePermissionsEnum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function label(): string
5656
self::VIEWARTICLES => 'View Articles',
5757
self::EDITARTICLES => 'Edit Articles',
5858

59-
default => Str::words($this->name)
59+
default => Str::words($this->value),
6060
};
6161
}
6262
}

0 commit comments

Comments
 (0)