Closed gerb-ster closed 2 years ago
In the readme.md it states on line 34/35:
// a Laravel specific base class use Spatie\Enum\Laravel\Enum;
Shouldn't that be:
// a Laravel specific base class use Spatie\Enum\Enum;
The first one gave me an error in PHPStorm saying that the Enum class didn't exists. Or am is missing something here?
nvm, I was looking at the wrong version 🤓
In the readme.md it states on line 34/35:
Shouldn't that be:
The first one gave me an error in PHPStorm saying that the Enum class didn't exists. Or am is missing something here?