Closed Z3d0X closed 1 year ago
When using
Model::preventAccessingMissingAttributes(! $this->app->isProduction())
Im getting an exception:
The attribute [origin_id] either does not exist or was not retrieved for model [Statamic\Eloquent\Entries\UuidEntryModel].
Flare Exception Url: https://flareapp.io/share/dmk4YYDP#F98
I understand this was added recently https://github.com/laravel/framework/pull/44283
It seems https://github.com/statamic/eloquent-driver/pull/183 will also resolve this issue as we'll always be getting all the data.
When using
Im getting an exception:
Flare Exception Url: https://flareapp.io/share/dmk4YYDP#F98
I understand this was added recently https://github.com/laravel/framework/pull/44283