Remove the postgis stuff
This commit is contained in:
parent
73fdd9a1ed
commit
3c3ad3e29d
10 changed files with 589 additions and 656 deletions
|
@ -291,7 +291,8 @@ class MicropubControllerTest extends TestCase
|
|||
{
|
||||
$place = new Place();
|
||||
$place->name = 'Test Place';
|
||||
$place->location = new Point((float) 1.23, (float) 4.56);
|
||||
$place->latitude = 1.23;
|
||||
$place->longitude = 4.56;
|
||||
$place->save();
|
||||
$faker = \Faker\Factory::create();
|
||||
$note = $faker->text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue