Cleanup aliases

This commit is contained in:
Graham Campbell
2015-01-01 15:46:07 +00:00
parent 1bc73873ce
commit 8d417baa8b
2 changed files with 2 additions and 12 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
$incidentDate = Carbon::now()->subDays($i);
$incidentDate = Carbon\Carbon::now()->subDays($i);
$incidents = Incident::whereBetween('created_at', [
$incidentDate->format('Y-m-d') . ' 00:00:00',
$incidentDate->format('Y-m-d') . ' 23:59:59',