Example #1
0
 public function actionStatisticsSize()
 {
     $fileService = new FileService();
     $data = $fileService->adminStatisticsSize();
     return json_encode($data);
 }