Use ENUMS in controller
I have a controller that print a pdf
now i need to use an ENUM, but i always get errors
My code is
the error
Non-static method App\Enums\WarrantyDurationSpan::getLabel() cannot be called statically
now i need to use an ENUM, but i always get errors
My code is
the error
Non-static method App\Enums\WarrantyDurationSpan::getLabel() cannot be called statically