Atualizar 'src/BBOrm/Entity.php'

This commit is contained in:
ahwelp
2019-01-15 03:15:30 +00:00
parent 740b889008
commit a3a38c7332
+1 -1
View File
@@ -218,7 +218,7 @@ abstract class Entity {
$objects[] = $object; $objects[] = $object;
} }
if (empty($objects)) { if (empty($objects)) {
return new $this->classname; return false; //new $this->classname;
} }
return $objects[0]; return $objects[0];
} }