spatie / laravel-enum

Laravel support for spatie/enum
https://spatie.be/open-source
MIT License
341 stars 37 forks source link

Minor documentation issue #94

Closed gerb-ster closed 2 years ago

gerb-ster commented 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?

gerb-ster commented 2 years ago

nvm, I was looking at the wrong version 🤓