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