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
always getting this error if location col. is null
because of $casts in the model
explode(): Argument #2 ($string) must be of type string, null given
exception: "TypeError",
"/var/www/sonbla/releases/8/vendor/tarfin-labs/laravel-spatial/src/Casts/LocationCast.php"
line: 18,
The text was updated successfully, but these errors were encountered:
(TypeError(code: 0): explode(): Argument #2 ($string) must be of type string, Illuminate\\Database\\Query\\Expression given at ../vendor/tarfin-labs/laravel-spatial/src/Casts/LocationCast.php:22)
always getting this error if location col. is null
because of
$casts
in the modelThe text was updated successfully, but these errors were encountered: