Skip to content

Commit

Permalink
fix for console autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
k-samuel committed May 18, 2019
1 parent a0a48b8 commit e0ee16c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions console.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
* Including initial config
*/
$bootCfg = include DVELUM_ROOT . '/application/configs/common/dist/init.php';
/*
* Register composer autoload
*/
require DVELUM_ROOT . '/vendor/autoload.php';
/*
* Including Autoloader class
*/
Expand Down
4 changes: 4 additions & 0 deletions console_client.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
* Including initial config
*/
$bootCfg = include DVELUM_ROOT . '/application/configs/dist/init.php';
/*
* Register composer autoload
*/
require DVELUM_ROOT . '/vendor/autoload.php';
/*
* Including Autoloader class
*/
Expand Down

0 comments on commit e0ee16c

Please sign in to comment.