App\Transformers\AlbumTransformer::includePhotos PHP Метод

includePhotos() публичный Метод

public includePhotos ( $album )
    public function includePhotos($album)
    {
        return $this->collection($album->getPhotos(), new PhotoTransformer());
    }