fix phpcs

This commit is contained in:
Dennis Eichhorn 2019-12-21 22:05:53 +01:00
parent 266ae61e53
commit 792fcf900a

View File

@ -494,6 +494,7 @@ class DataMapperAbstract implements DataMapperInterface
// @critical: after we found the bug we MUST remove it! // @critical: after we found the bug we MUST remove it!
//var_dump($t->getMessage()); //var_dump($t->getMessage());
//var_dump($query->toSql()); //var_dump($query->toSql());
return -1;
} }
$objId = self::$db->con->lastInsertId(); $objId = self::$db->con->lastInsertId();