App\Transformers\AlbumTransformer::includePhotos PHP Method

includePhotos() public method

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