Asvae\ApiTester\Repositories\RequestRepository::__construct PHP Méthode

__construct() public méthode

RequestRepository constructor.
public __construct ( Asvae\ApiTester\Contracts\StorageInterface $storage )
$storage Asvae\ApiTester\Contracts\StorageInterface
    public function __construct(StorageInterface $storage)
    {
        $this->storage = $storage;
        $this->load();
    }