소스 검색

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})));
     }