We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
7822238
1 parent 8491568 commit 1b7cef7Copy full SHA for 1b7cef7
docs/reference/contracts/contracts-registry/ADependant.md
@@ -60,10 +60,10 @@ Parameters:
60
### setInjector (0x8cb941cc)
61
62
```solidity
63
-function setInjector(address injector_) external
+function setInjector(address injector_) public virtual
64
```
65
66
-The function is made external to allow for the factories to set the injector to the ContractsRegistry
+The function is made public to allow for the factories to set the injector to the ContractsRegistry
67
68
69
Parameters:
0 commit comments