File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 4343 }
4444 },
4545 "scripts" : {
46- "style-fix " : " ./vendor/bin/php-cs-fixer fix --allow-risky=yes" ,
46+ "php-cs-fixer " : " ./vendor/bin/php-cs-fixer fix --allow-risky=yes" ,
4747 "phpstan" : " vendor/bin/phpstan analyse --memory-limit=2G" ,
4848 "test" : " vendor/bin/phpunit --colors=always" ,
4949 "test-coverage" : " vendor/bin/phpunit --coverage-html coverage"
Original file line number Diff line number Diff line change 44
55use Illuminate \Foundation \Testing \DatabaseMigrations ;
66use MatanYadaev \EloquentSpatial \Objects \LineString ;
7- use MatanYadaev \EloquentSpatial \Objects \MultiPolygon ;
87use MatanYadaev \EloquentSpatial \Objects \Point ;
98use MatanYadaev \EloquentSpatial \Objects \Polygon ;
109use MatanYadaev \EloquentSpatial \Tests \TestCase ;
You can’t perform that action at this time.
0 commit comments