whitefang 1 rok temu
rodzic
commit
0cbd1efae4
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      app/common/command/AddAgreementPdf.php

+ 0 - 1
app/common/command/AddAgreementPdf.php

@@ -64,7 +64,6 @@ class AddAgreementPdf extends Command
         $agreement = MasterWorkerAgree::where('code', $code)->findOrEmpty();
         $agreement->pdf_url = $path.$pdf;
         $agreement->save();
-        return true;
     }