Mike 4 years ago
parent
commit
4eb28ffdb8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Helpers/functions.php

+ 1 - 1
app/Helpers/functions.php

@@ -475,7 +475,7 @@ if (!function_exists('numDays')){
         $Days=round(($d1-$d2)/3600/24);
         $Days=round(($d1-$d2)/3600/24);
         return $Days;
         return $Days;
     }
     }
-}
+}}