コード例 #1
0
ファイル: UserConsumer.php プロジェクト: kamaroly/shift
 /**
  * Returns an array of accounts that the user can manage or contribute to.
  *
  * @return array
  */
 public function accounts()
 {
     return $this->user->accounts();
 }