laravel-enum
laravel-enum copied to clipboard
Method getConstList should be static
- PHP Version: 7.3.1
- Laravel Version: 8.5
- Laravel Enum Version: 2.2.0
Description:
Method getConstList should be static (available in class Enum)
Steps To Reproduce:
Create your UserEnumStatus class extending Enum Call this function... UserEnumStatus::getConstList();