Larabros\Elogram\Repositories\AbstractRepository::__construct PHP Method

__construct() public method

Creates a new instance of :php:class:AbstractRepository.
public __construct ( Larabros\Elogram\Http\Clients\AdapterInterface $client )
$client Larabros\Elogram\Http\Clients\AdapterInterface
    public function __construct(AdapterInterface $client)
    {
        $this->client = $client;
    }
AbstractRepository