bugfixes
This commit is contained in:
parent
9e62fabf97
commit
593c27ae9e
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@
|
|||
* @see http://help.retailcrm.ru
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/../vendor/autoload.php';
|
||||
if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
|
||||
require_once __DIR__ . '/../vendor/autoload.php';
|
||||
}
|
||||
|
||||
if (file_exists(__DIR__ . '/../.env')) {
|
||||
$dotenv = Dotenv\Dotenv::create(__DIR__ . '/../');
|
||||
|
|
Loading…
Add table
Reference in a new issue