瀏覽代碼

Mudanças

Your Name 3 年之前
父節點
當前提交
5835106252
共有 1 個文件被更改,包括 1 次插入1 次删除
  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})));
     }