Your Name hace 3 años
padre
commit
5835106252
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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})));
     }