modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2025-04-28 09:23:05 +04:00
parent 37354525ec
commit 737e9d17b6

View File

@ -40,9 +40,8 @@ class Capacitor implements ITransactor {
}
function getCreateSql(): string {
$storage = $this->storage;
$channel = $this->channel;
return $storage->_getMigration($channel)->getSql(get_class($channel), $this->db());
return $this->storage->_getMigration($channel)->getSql(get_class($channel), $this->db());
}
/** @var CapacitorChannel[] */