summaryrefslogtreecommitdiff
path: root/src/DB.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/DB.php')
-rw-r--r--src/DB.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DB.php b/src/DB.php
index c04d189..1effbf0 100644
--- a/src/DB.php
+++ b/src/DB.php
@@ -42,7 +42,7 @@ class DB
if (! empty($criteria) && ! is_null($exists)) {
foreach (get_object_vars($entity) as $key => $value) {
- $exists->$key = $value;
+ $exists->$key = $value;
}
} else {
$exists = $entity;