Rename formattedMessage into snake_case for consistency

This commit is contained in:
James Brooks
2016-11-25 20:34:58 +00:00
parent 0af195af86
commit 72056e2ac5
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
<strong>{{ $schedule->name }}</strong>{{ trans("cachet.incidents.scheduled_at", ["timestamp" => $schedule->scheduled_at_diff]) }}
</div>
<div class="panel-body">
{!! $schedule->formattedMessage !!}
{!! $schedule->formatted_message !!}
</div>
</div>
</div>