From cabca5084f7c1c9efe30e8eade027f94faea8b54 Mon Sep 17 00:00:00 2001 From: Evg Date: Tue, 16 Aug 2022 08:18:36 +0300 Subject: [PATCH] =?UTF-8?q?FIX:=20console=20=D0=B8=20DPanel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Optional/MainConnector.php | 2 +- console | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Optional/MainConnector.php b/app/Optional/MainConnector.php index 3422f79f..37b8bca2 100644 --- a/app/Optional/MainConnector.php +++ b/app/Optional/MainConnector.php @@ -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", diff --git a/console b/console index 4ea357d0..0d0641ef 100644 --- a/console +++ b/console @@ -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');