fix autload
This commit is contained in:
parent
db6a8bf4a2
commit
8d91aa10f0
@ -3,6 +3,7 @@
|
|||||||
//declare(strict_types=1);
|
//declare(strict_types=1);
|
||||||
|
|
||||||
namespace OCA\Gestion\AppInfo;
|
namespace OCA\Gestion\AppInfo;
|
||||||
|
require_once '/var/www/html/custom_apps/gestion/vendor/autoload.php';
|
||||||
|
|
||||||
use OCA\DAV\Events\CalendarObjectCreatedEvent;
|
use OCA\DAV\Events\CalendarObjectCreatedEvent;
|
||||||
use OCA\DAV\Events\CalendarObjectMovedToTrashEvent;
|
use OCA\DAV\Events\CalendarObjectMovedToTrashEvent;
|
||||||
|
|||||||
@ -25,7 +25,7 @@ declare(strict_types=1);
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
namespace OCA\Gestion\Service\Order;
|
namespace OCA\Gestion\Service\Order;
|
||||||
require_once __DIR__ . '/../../../vendor/autoload.php';
|
// require_once __DIR__ . '/../../../vendor/autoload.php';
|
||||||
|
|
||||||
use DateTime;
|
use DateTime;
|
||||||
use OCA\Gestion\Constants\BddConstant;
|
use OCA\Gestion\Constants\BddConstant;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user