1day2die 3 anni fa
parent
commit
cccc4bf9aa
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      app/Http/Controllers/HomeController.php

+ 0 - 1
app/Http/Controllers/HomeController.php

@@ -86,7 +86,6 @@ class HomeController extends Controller
             $bg = $this->getTimeLeftBoxBackground($daysLeft);
             $boxText = $this->getTimeLeftBoxText($daysLeft, $hoursLeft);
             $unit = $daysLeft < 1 ? ($hoursLeft < 1 ? null : "hours") : "days";
-
         }