Browse Source

Mudanças

Your Name 3 năm trước cách đây
mục cha
commit
5835106252
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/ORM/BelongsTo.php

+ 1 - 1
src/ORM/BelongsTo.php

@@ -16,7 +16,7 @@ class BelongsTo {
         $this->localElement = $localElement;
     }
 
-    
+    // Yes
     function get() {
         return $this->foreignObject::findOne(Array($this->remoteField => Array('=', $this->localElement->{$this->localField})));
     }