D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
www
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Commands
/
stubs
/
Filename :
resource-collection.stub
back
Copy
<?php namespace $NAMESPACE$; use Illuminate\Http\Resources\Json\ResourceCollection; class $CLASS$ extends ResourceCollection { /** * Transform the resource collection into an array. */ public function toArray($request): array { return parent::toArray($request); } }