Jelajahi Sumber

FIX SPACES AVMG

1day2die 3 tahun lalu
induk
melakukan
cccc4bf9aa
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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";
-
         }