collect unhandled exceptions, errors from Smarty and PHP
This commit is contained in:
@ -16,6 +16,11 @@ declare(strict_types=1);
|
||||
namespace D3\DebugBar\Modules\Core {
|
||||
|
||||
use OxidEsales\Eshop\Core\ShopControl;
|
||||
use OxidEsales\EshopCommunity\Core\Config;
|
||||
|
||||
class Config_DebugBar_parent extends Config
|
||||
{
|
||||
}
|
||||
|
||||
class ShopControl_DebugBar_parent extends ShopControl
|
||||
{
|
||||
|
Reference in New Issue
Block a user