mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-12 06:48:41 +00:00
allow scalar delete
This commit is contained in:
parent
fdff9da488
commit
ae87bc9ab5
|
|
@ -1364,6 +1364,10 @@ class DataMapperAbstract implements DataMapperInterface
|
||||||
{
|
{
|
||||||
self::extend(__CLASS__);
|
self::extend(__CLASS__);
|
||||||
|
|
||||||
|
if (is_scalar($obj)) {
|
||||||
|
$obj = static::get($obj);
|
||||||
|
}
|
||||||
|
|
||||||
$reflectionClass = new \ReflectionClass($obj);
|
$reflectionClass = new \ReflectionClass($obj);
|
||||||
$objId = self::getObjectId($obj, $reflectionClass);
|
$objId = self::getObjectId($obj, $reflectionClass);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user