You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getting this error when using use TransformsEnums;
Declaration of Illuminate\Http\Request::enums($key, $enumClass) must be compatible with Spatie\Enum\Laravel\Http\Requests\TransformsEnums::enums(): array
The text was updated successfully, but these errors were encountered:
Saifallak
changed the title
Declaration of Illuminate\Http\Request::enums($key, $enumClass) must be compatible with Spatie\Enum\Laravel\Http\Requests\TransformsEnums::enums(): array
Laravel v11.33.0 in-compatible with TransformsEnums::enums()
Nov 20, 2024
Saifallak
changed the title
Laravel v11.33.0 in-compatible with TransformsEnums::enums()
Laravel v11.33.0+ in-compatible with TransformsEnums::enums()
Nov 20, 2024
getting this error when using
use TransformsEnums;
The text was updated successfully, but these errors were encountered: