Make view and pure functions virtual (#2473)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
This commit is contained in:
@ -31,7 +31,7 @@ contract UpgradeableBeacon is IBeacon, Ownable {
|
||||
/**
|
||||
* @dev Returns the current implementation address.
|
||||
*/
|
||||
function implementation() public view override returns (address) {
|
||||
function implementation() public view virtual override returns (address) {
|
||||
return _implementation;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user