cqp 2 сар өмнө
parent
commit
a9785a2148

+ 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;