|
|
@@ -6,7 +6,7 @@ pragma solidity ^0.8.0;
|
|
|
import "../NFTBridgeImplementation.sol";
|
|
|
|
|
|
contract MockNFTBridgeImplementation is NFTBridgeImplementation {
|
|
|
- function initialize() initializer public {
|
|
|
+ function initialize() initializer public override {
|
|
|
// this function needs to be exposed for an upgrade to pass
|
|
|
}
|
|
|
|