Passed
Pull Request — 3.x (#1388)
by Harings
15:34
created
src/Http/Controllers/Admin/DashboardController.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -125,8 +125,7 @@
 block discarded – undo
125 125
                 $date = null;
126 126
                 if ($item->updated_at) {
127 127
                     $date = $item->updated_at->toIso8601String();
128
-                }
129
-                elseif ($item->created_at) {
128
+                } elseif ($item->created_at) {
130 129
                     $date = $item->created_at->toIso8601String();
131 130
                 }
132 131
 
Please login to merge, or discard this patch.