We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1c162e + 07fcec9 commit 8403809Copy full SHA for 8403809
README.md
@@ -140,6 +140,7 @@ class Place extends Model
140
```php
141
use Grimzy\LaravelMysqlSpatial\Types\Point;
142
use Grimzy\LaravelMysqlSpatial\Types\Polygon;
143
+use Grimzy\LaravelMysqlSpatial\Types\LineString;
144
145
$place1 = new Place();
146
$place1->name = 'Empire State Building';
0 commit comments