Closed Jamesking56 closed 1 week ago
Facade\Statamic\Fields\FieldtypeRepository does not exist and I believe it should be Statamic\Fields\FieldtypeRepository
Facade\Statamic\Fields\FieldtypeRepository
Statamic\Fields\FieldtypeRepository
This caused an exception to appear in our Sentry logs.
That import looks right to me. We're using Laravel's real-time facades feature so we can trat classes as if they were "proper" facades.
What's the error you're seeing?
Facade\Statamic\Fields\FieldtypeRepository
does not exist and I believe it should beStatamic\Fields\FieldtypeRepository
This caused an exception to appear in our Sentry logs.