Skip to content

Commit d691381

Browse files
authored
Update HasSpatial.php to use with_wkt_options config
1 parent 9d2a265 commit d691381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/HasSpatial.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function newQuery(): Builder
6868
{
6969
$raw = '';
7070

71-
$wktOptions = config('laravel-spatial.wkt_options', true) === true
71+
$wktOptions = config('laravel-spatial.with_wkt_options', true) === true
7272
? ', \'axis-order=long-lat\''
7373
: '';
7474

0 commit comments

Comments
 (0)