cqp 2 miesięcy temu
rodzic
commit
a9785a2148
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      app/Service/EmployeeService.php

+ 0 - 1
app/Service/EmployeeService.php

@@ -300,7 +300,6 @@ class EmployeeService extends Service
             ->where('employee_id',$id)
             ->pluck('file')
             ->toArray();
-        $file = array_column($file,'file');
         $file = $file[0] ?? "";
         $img_str = "";
         $timeStamp = 86400;