Your Name 3 жил өмнө
parent
commit
5835106252

+ 1 - 1
src/ORM/BelongsTo.php

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