modifs.mineures sans commentaires
This commit is contained in:
parent
c0f330ca82
commit
9107399805
@ -414,6 +414,11 @@ class CapacitorChannel implements ITransactor {
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function initStorage(CapacitorStorage $storage): self {
|
||||||
|
new Capacitor($storage, $this);
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
function willUpdate(...$transactors): ITransactor {
|
function willUpdate(...$transactors): ITransactor {
|
||||||
return $this->capacitor->willUpdate(...$transactors);
|
return $this->capacitor->willUpdate(...$transactors);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user