mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
fixes #91
This commit is contained in:
parent
7b57c8e28a
commit
ed909b224c
|
|
@ -29,11 +29,10 @@ use phpOMS\Datatypes\Enum;
|
|||
* @license OMS License 1.0
|
||||
* @link http://orange-management.com
|
||||
* @since 1.0.0
|
||||
* @todo Should be changed to int instead of string
|
||||
*/
|
||||
abstract class AssetType extends Enum
|
||||
{
|
||||
/* public */ const CSS = 'css';
|
||||
/* public */ const JS = 'js';
|
||||
/* public */ const JSLATE = 'jslate';
|
||||
/* public */ const CSS = 0;
|
||||
/* public */ const JS = 1;
|
||||
/* public */ const JSLATE = 2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user