mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-02-17 18:28:39 +00:00
bug fixes / dbmapper fixes
This commit is contained in:
parent
1edffabd5d
commit
1dc6ba9dbe
|
|
@ -1,4 +1,16 @@
|
||||||
<?php declare(strict_types=1);
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Template
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
use phpOMS\Uri\UriFactory;
|
use phpOMS\Uri\UriFactory;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,9 +28,9 @@ abstract class PermissionState extends Enum
|
||||||
{
|
{
|
||||||
public const ARTICLE = 1;
|
public const ARTICLE = 1;
|
||||||
|
|
||||||
public const BUYER = 2;
|
public const BUYER = 2;
|
||||||
|
|
||||||
public const SELLER = 3;
|
public const SELLER = 3;
|
||||||
|
|
||||||
public const SHOP = 4;
|
public const SHOP = 4;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user