App\Transformers\AlbumTransformer::includePhotos PHP 메소드

includePhotos() 공개 메소드

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