<?php
namespace App\Http\Resources;
use Illuminate\Http\Resources\Json\ResourceCollection;
use App\Country;
class GuestsCollection extends ResourceCollection
{
/**
* Transform the resource collection into an array.
*
* @param \Illuminate\Http\Request $request
* @return array
*/
public function toArray($request)
{
return [
'guests' => $this->collection,
'countries' => Country::all()
];
}
}
Argument 1 passed to Illuminate\Database\Eloquent\Model::forceFill() must be of the type array, object given
Прошу тогда пояснить или разъяснить Вашу позицию, чтобы впредь не употреблял Laravel всуе.