Your Name il y a 3 ans
Parent
commit
5835106252
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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})));
     }