Skip to content
Snippets Groups Projects
Commit 2da03ffe authored by Prasad's avatar Prasad
Browse files

Fixed composer load for CustomerPortal module

parent 0bc2b971
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
chdir(dirname(__FILE__).'/../../'); chdir(dirname(__FILE__).'/../../');
require_once 'vendor/autoload.php';
include_once 'includes/Loader.php'; include_once 'includes/Loader.php';
include_once 'includes/runtime/Globals.php'; include_once 'includes/runtime/Globals.php';
include_once 'include/Webservices/Relation.php'; include_once 'include/Webservices/Relation.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