Learner\Repositories\NewsletterRepositoryInterface::findPublishedWithRelationById PHP Method

findPublishedWithRelationById() public method

Find published newsletter by id.
public findPublishedWithRelationById ( integer $id ) : Illuminate\Contracts\Pagination\LengthAwarePaginator
$id integer
return Illuminate\Contracts\Pagination\LengthAwarePaginator
    public function findPublishedWithRelationById($id);