Commit e1b49194 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

PdfMergeShellCommandQpdf : spécification d'un chemin plus pérenne pour l'exécutable qpdf

parent ae9c773e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ use Fichier\Command\MergeShellCommand;
 */
class PdfMergeShellCommandQpdf extends MergeShellCommand
{
    protected $executable = '/usr/local/bin/qpdf';
    protected $executable = 'qpdf';

    /**
     * @return string