fix autload

This commit is contained in:
Tiavina 2025-02-24 21:05:14 +03:00
parent db6a8bf4a2
commit 8d91aa10f0
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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;