mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 17:18:40 +00:00
PhpUnit fixes
This commit is contained in:
parent
d9125da774
commit
a5a66fddbb
|
|
@ -90,6 +90,11 @@ class TicketMapper extends DataMapperAbstract
|
|||
{
|
||||
try {
|
||||
$objId = parent::create($obj, $relations);
|
||||
|
||||
if($objId === null || !is_scalar($objId)) {
|
||||
return $objId;
|
||||
}
|
||||
|
||||
$query = new Builder(self::$db);
|
||||
|
||||
$query->prefix(self::$db->getPrefix())
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user