Improve editing of places, allow icon to be edited
This commit is contained in:
parent
9d4b8df3ed
commit
822bdd70f9
3 changed files with 93 additions and 7 deletions
|
@ -14,7 +14,7 @@ class PlacesTableSeeder extends Seeder
|
|||
DB::table('places')->insert([
|
||||
'name' => 'The Bridgewater Pub',
|
||||
'slug' => 'the-bridgewater-pub',
|
||||
'description' => 'A lovely local pub with a decent selection pf cask ales',
|
||||
'description' => 'A lovely local pub with a decent selection of cask ales',
|
||||
'location' => 'POINT(-2.3805 53.4983)',
|
||||
'created_at' => '2016-01-12 16:19:00',
|
||||
'updated_at' => '2016-01-12 16:19:00',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue