コード例 #1
0
ファイル: has_one.php プロジェクト: ragi79/laravel
 /**
  * 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();
 }