-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
type:enhancementEnhancementEnhancement
Milestone
Description
Currently the empty array is returned:
rbac-php/src/CommonStorage.php
Lines 24 to 34 in cb61807
| protected function loadFromFile(string $file): array | |
| { | |
| if (is_file($file)) { | |
| /** | |
| * @psalm-suppress UnresolvableInclude | |
| */ | |
| return require $file; | |
| } | |
| return []; | |
| } |
Metadata
Metadata
Assignees
Labels
type:enhancementEnhancementEnhancement