Skip to content

Commit 8403809

Browse files
authored
Merge pull request #90 from kocoten1992/patch-1
add missing class readme.md
2 parents c1c162e + 07fcec9 commit 8403809

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ class Place extends Model
140140
```php
141141
use Grimzy\LaravelMysqlSpatial\Types\Point;
142142
use Grimzy\LaravelMysqlSpatial\Types\Polygon;
143+
use Grimzy\LaravelMysqlSpatial\Types\LineString;
143144

144145
$place1 = new Place();
145146
$place1->name = 'Empire State Building';

0 commit comments

Comments
 (0)