diff --git a/gestion/lib/AppInfo/Application.php b/gestion/lib/AppInfo/Application.php index 6496c86..2e85b2b 100644 --- a/gestion/lib/AppInfo/Application.php +++ b/gestion/lib/AppInfo/Application.php @@ -3,6 +3,7 @@ //declare(strict_types=1); namespace OCA\Gestion\AppInfo; +require_once '/var/www/html/custom_apps/gestion/vendor/autoload.php'; use OCA\DAV\Events\CalendarObjectCreatedEvent; use OCA\DAV\Events\CalendarObjectMovedToTrashEvent; diff --git a/gestion/lib/Service/Order/OrderPdfService.php b/gestion/lib/Service/Order/OrderPdfService.php index ac7bb55..b132e66 100644 --- a/gestion/lib/Service/Order/OrderPdfService.php +++ b/gestion/lib/Service/Order/OrderPdfService.php @@ -25,7 +25,7 @@ declare(strict_types=1); */ namespace OCA\Gestion\Service\Order; -require_once __DIR__ . '/../../../vendor/autoload.php'; +// require_once __DIR__ . '/../../../vendor/autoload.php'; use DateTime; use OCA\Gestion\Constants\BddConstant;