Updated AltThree/Emoji for GITHUB_TOKEN usage

This commit is contained in:
James Brooks
2015-08-06 18:56:00 +01:00
parent 0e83999f7d
commit bbaa1fbfa6
5 changed files with 37 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ class IncidentTableSeeder extends Seeder
$defaultIncidents = [
[
'name' => 'Awesome',
'message' => 'We totally nailed the fix.',
'message' => 'We totally nailed the fix :smile:',
'status' => 4,
'component_id' => 0,
'scheduled_at' => null,