FIX: console и DPanel

This commit is contained in:
Evg 2022-08-16 08:18:36 +03:00
parent 3c280cc135
commit cabca5084f
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ class MainConnector implements Connector
"App\Exception\*" => "app/Libraries/",
// ... or, if a specific class is added,
// "Phphleb\Debugpan\DPanel" => "app/ThirdParty/phphleb/debugpan/DPanel.php",
// "Phphleb\Debugpan\DPanel" => "vendor/phphleb/debugpan/DPanel.php",
"DB" => "app/Libraries/DB.php",
"Configuration" => "app/Libraries/Configuration.php",

View File

@ -20,4 +20,4 @@ define('TEMPLATES', realpath(HLEB_GLOBAL_DIRECTORY . '/resources/views'));
*/
define('HLEB_SEARCH_DBASE_CONFIG_FILE', realpath(HLEB_GLOBAL_DIRECTORY . '/config'));
require realpath(__DIR__ . '/app/ThirdParty/phphleb/framework/console.php');
require realpath(__DIR__ . '/vendor/phphleb/framework/console.php');