mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
API: upload sections list
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Auth;
|
||||
|
||||
use App\Enums\PermissionEnum;
|
||||
|
||||
class Permission
|
||||
{
|
||||
public static function canUploadToSpecialSection(): bool
|
||||
{
|
||||
return user_can(PermissionEnum::UPLOAD_TO_SPECIAL_SECTION->value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user