/home/brandsfa/www/vendor/nwidart/laravel-modules/src/Commands/stubs/resource-collection.stub
<?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);
    }
}