コード例 #1
0
ファイル: CompanyTransformer.php プロジェクト: abcn/hhgapi
 public function transform(Company $company)
 {
     return $company->toArray();
 }