modifs.mineures sans commentaires
This commit is contained in:
parent
37354525ec
commit
737e9d17b6
@ -40,9 +40,8 @@ class Capacitor implements ITransactor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getCreateSql(): string {
|
function getCreateSql(): string {
|
||||||
$storage = $this->storage;
|
|
||||||
$channel = $this->channel;
|
$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[] */
|
/** @var CapacitorChannel[] */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user