gogs 2 mesi fa
parent
commit
d6a965ad29
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      app/Service/StatisticService.php

+ 3 - 2
app/Service/StatisticService.php

@@ -559,10 +559,11 @@ class StatisticService extends Service
             $endDate = $year . "-12-31";
 
             return [
-                'start_date' => $startDate,
-                'end_date' => $endDate,
+                 $startDate,
+                 $endDate,
             ];
         } catch (\Exception $e) {
+//            var_dump($e->getMessage());die;
             return null;
         }
     }