debug
This commit is contained in:
@@ -103,7 +103,8 @@ class DomainModel extends BaseModel
|
||||
{
|
||||
|
||||
if ( !array_key_exists($strKey, $this->t_cfg)) {
|
||||
$strError = sprintf("t_cfg [%s] not found!", $strKey . $strDomain);
|
||||
return '';
|
||||
$strError = sprintf("t_cfg [%s] not found! %s ", $strKey , $strDomain . '-' . $strController . '-' . $strAction. '-' . $strDiff. '-' . $boolJoin.'-'.request()->url);
|
||||
throw new \Exception($strError);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user