Kaynağa Gözat

#2 Not in this case

ahwelp 6 yıl önce
ebeveyn
işleme
04fa70978c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/BBOrm/Entity.php

+ 1 - 1
src/BBOrm/Entity.php

@@ -96,7 +96,7 @@ abstract class Entity {
             $first_argument .= $column . ', ';
 
             $insert_data[$column] = $obj[$column];
-            $second_argument .= " = :$column, ";
+            $second_argument .= ":$column, ";
         }
 
         $first_argument = rtrim($first_argument, ', ');