diff --git a/contracts/mocks/VoucherV2Mock.sol b/contracts/mocks/VoucherV2Mock.sol index 8d9194d..ceb273b 100644 --- a/contracts/mocks/VoucherV2Mock.sol +++ b/contracts/mocks/VoucherV2Mock.sol @@ -46,6 +46,7 @@ contract VoucherV2Mock is Initializable { VoucherStorage storage $ = _getVoucherStorage(); return $._newStateVariable; } + function owner() public view returns (address) { VoucherStorage storage $ = _getVoucherStorage(); return $._owner;