cqp преди 5 месеца
родител
ревизия
1fcbad489a
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      app/Import/ImportAll.php

+ 3 - 1
app/Import/ImportAll.php

@@ -5,8 +5,10 @@ namespace  App\Import;
 
 use App\Service\ImportService;
 use Maatwebsite\Excel\Concerns\ToArray;
+use Maatwebsite\Excel\Concerns\WithCalculatedFormulas;
+
+class ImportAll implements ToArray,WithCalculatedFormulas {
 
-class ImportAll implements ToArray {
     private $msg = '';
     public $crt_id = 0;
     public $type = "";