Removed unnecessary method
This commit is contained in:
parent
89c9a004ee
commit
3e42cf823b
1 changed files with 0 additions and 5 deletions
|
@ -4,9 +4,4 @@ class PostSafety extends Enum
|
||||||
const Safe = 1;
|
const Safe = 1;
|
||||||
const Sketchy = 2;
|
const Sketchy = 2;
|
||||||
const Unsafe = 3;
|
const Unsafe = 3;
|
||||||
|
|
||||||
public static function getAll()
|
|
||||||
{
|
|
||||||
return [self::Safe, self::Sketchy, self::Unsafe];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue