Skip to content
Snippets Groups Projects
Commit 97e24dab authored by Prasad's avatar Prasad
Browse files

Enabled composer load support in migration

parent 3edabed4
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,11 @@
chdir (dirname(__FILE__) . '/..');
include_once 'vtigerversion.php';
if (file_exists("vendor/autoload.php")) {
require_once "vendor/autoload.php";
}
include_once 'data/CRMEntity.php';
include_once 'includes/main/WebUI.php';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment