Esempio n. 1
0
 /**
  * Get the properly hydrated results for the relationship.
  *
  * @return Model
  */
 public function results()
 {
     return parent::first();
 }
Esempio n. 2
0
 public function __construct($currentModel, $relatedModel, $localKey, $childKey)
 {
     parent::__construct($currentModel, $relatedModel, $localKey, $childKey);
 }
Esempio n. 3
0
 /**
  * Get the properly hydrated results for the relationship.
  *
  * @return array
  */
 public function results()
 {
     return parent::get();
 }