mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-21 20:56:07 +03:00
fix vendor dir
This commit is contained in:
parent
1caf5860a8
commit
2b5faed85b
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
require_once('vendor/autoload.php');
|
||||
require_once(__DIR__.'/../vendor/autoload.php');
|
||||
if (file_exists(__DIR__ . '/.env')) {
|
||||
Dotenv::load(__DIR__);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user