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.
2 parents 4af3893 + a2b9188 commit 9dd6a67Copy full SHA for 9dd6a67
stubs/modules/Acl/Services/GetUserPermissions.php
@@ -16,7 +16,7 @@ public function run(int $userId): array
16
//if has direct permissions use it
17
if ($user->permissions->count()) {
18
return $this->mapPermissions($user->permissions);
19
- //get the permissions via roles
+ //get the permissions via roles
20
} else {
21
return $this->mapPermissions($user->getAllPermissions());
22
}
stubs/tests/Feature/Support/EditorImageTraitTest.php
@@ -3,6 +3,7 @@
3
use Illuminate\Filesystem\Filesystem;
4
use Illuminate\Http\UploadedFile;
5
use Modules\Support\Traits\EditorImage;
6
+
7
use function PHPUnit\Framework\assertFileExists;
8
9
uses(EditorImage::class);
0 commit comments