laravel-enum icon indicating copy to clipboard operation
laravel-enum copied to clipboard

Method getConstList should be static

Open ilyaskazi opened this issue 3 years ago • 0 comments

  • 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();

ilyaskazi avatar Jul 15 '21 07:07 ilyaskazi