|
|
@@ -60,7 +60,6 @@ class AddAgreementPdf extends Command
|
|
|
mkdir ('./public/'.$path,0777,true);
|
|
|
}
|
|
|
$shell_ = 'wkhtmltopdf --page-height 297mm '.$url.' '.'public/'.$path.$pdf;
|
|
|
- system($shell_);
|
|
|
$output = [];
|
|
|
$return_var = 0;
|
|
|
exec($shell_, $output, $return_var);
|