Improve editing of places, allow icon to be edited

This commit is contained in:
Jonny Barnes 2017-05-25 15:12:39 +01:00
parent 9d4b8df3ed
commit 822bdd70f9
3 changed files with 93 additions and 7 deletions

View file

@ -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',