Squashed commit of the following:

commit fea85fa8a47b4ccedb2b502b4537c6b261dc3eed
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Fri Feb 3 16:41:57 2017 +0000

    Make emoji more accessible

commit 2bcb6e999b85aad361754f667ab8305db538176f
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Fri Jan 27 20:51:50 2017 +0000

    Add an emoji into the seed file to test a11y
    techniques with.
This commit is contained in:
Jonny Barnes 2017-02-03 16:42:39 +00:00
parent 13919c207e
commit c0a4e220c4
4 changed files with 52 additions and 4 deletions

View file

@ -13,7 +13,7 @@ class NotesTableSeeder extends Seeder
{
factory(App\Note::class, 10)->create();
$noteWithPlace = App\Note::create([
'note' => 'Having a #beer at the local.',
'note' => 'Having a #beer at the local. 🍺',
'tweet_id' => '123456789',
]);
$place = App\Place::find(1);