modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2025-07-01 15:02:02 +04:00
parent c0f330ca82
commit 9107399805

View File

@ -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);
} }