From 737e9d17b62463c6b27657adc1013bd66296c9dd Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Mon, 28 Apr 2025 09:23:05 +0400 Subject: [PATCH] modifs.mineures sans commentaires --- php/src/db/Capacitor.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/php/src/db/Capacitor.php b/php/src/db/Capacitor.php index 5528a68..0fee8b5 100644 --- a/php/src/db/Capacitor.php +++ b/php/src/db/Capacitor.php @@ -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[] */