Larabros\Elogram\Client::locations PHP Method

locations() public method

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