Larabros\Elogram\Client::comments PHP Method

comments() public method

Returns the current instance of :php:class:CommentsRepository.
public comments ( ) : CommentsRepository
return Larabros\Elogram\Repositories\CommentsRepository
    public function comments()
    {
        return $this->container->get('repo.comment');
    }