mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-04-02 04:46:17 +03:00
fix vendor dir
This commit is contained in:
parent
1caf5860a8
commit
2b5faed85b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once('vendor/autoload.php');
|
require_once(__DIR__.'/../vendor/autoload.php');
|
||||||
if (file_exists(__DIR__ . '/.env')) {
|
if (file_exists(__DIR__ . '/.env')) {
|
||||||
Dotenv::load(__DIR__);
|
Dotenv::load(__DIR__);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue