Пример #1
0
 /**
  * Get the properly hydrated results for the relationship.
  *
  * @return Model
  */
 public function results()
 {
     return parent::first();
 }
Пример #2
0
 /**
  * Get the properly hydrated results for the relationship.
  *
  * @return array
  */
 public function results()
 {
     return parent::get();
 }