Learner\Repositories\NewsletterRepositoryInterface::findAllPublishedWithPaginator PHP Method

findAllPublishedWithPaginator() public method

Find all published newsletters.
public findAllPublishedWithPaginator ( integer $perPage = 10 ) : Illuminate\Contracts\Pagination\LengthAwarePaginator
$perPage integer
return Illuminate\Contracts\Pagination\LengthAwarePaginator
    public function findAllPublishedWithPaginator($perPage = 10);