mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-15 07:58:40 +00:00
Remove countable
Was a stupid idea. Enum is static and \Countable is non-static.
This commit is contained in:
parent
f963d6df8e
commit
2f70238673
|
|
@ -26,7 +26,7 @@ namespace phpOMS\Datatypes;
|
||||||
* @link http://orange-management.com
|
* @link http://orange-management.com
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
abstract class Enum implements \Countable
|
abstract class Enum
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user