mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-28 06:58:40 +00:00
Merge branch 'develop' of https://github.com/Orange-Management/oms-Profile into develop
This commit is contained in:
commit
6c83c1145a
|
|
@ -26,6 +26,6 @@ use phpOMS\Stdlib\Base\Enum;
|
|||
*/
|
||||
abstract class PermissionState extends Enum
|
||||
{
|
||||
public const PROFILE = 1;
|
||||
public const PROFILE = 1;
|
||||
public const PROFILE_SETTINGS = 2;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@
|
|||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use phpOMS\Uri\UriFactory;
|
||||
use Modules\Media\Models\NullMedia;
|
||||
use phpOMS\Uri\UriFactory;
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user