cqp пре 2 месеци
родитељ
комит
a9785a2148
1 измењених фајлова са 0 додато и 1 уклоњено
  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;