Closed GeoSot closed 1 year ago
Using Laravel 9 strict mode Model::shouldBeStrict(), I got the following exception, as model tries to access a not existent attribute.
Model::shouldBeStrict()
Just adding a Null coalescing (??) with an array fallback, is working fleshly
Null coalescing (??)
Coverage remained the same at 98.667% when pulling db7b59948287e93dd7b1efdb2891340407ed1a2a on GeoSot:add_default_values_on-get_all_meta into b531c73e62346288d7f3ba4ddfc2ee16c51e7525 on plank:master.
Using Laravel 9 strict mode
Model::shouldBeStrict()
, I got the following exception, as model tries to access a not existent attribute.Just adding a
Null coalescing (??)
with an array fallback, is working fleshly