modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2025-05-21 05:41:11 +04:00
parent 599475043c
commit 17fa5f9db5

View File

@ -13,7 +13,9 @@ class CapacitorChannel implements ITransactor {
const TABLE_NAME = null;
const COLUMN_DEFINITIONS = null;
protected function COLUMN_DEFINITIONS(): ?array {
return static::COLUMN_DEFINITIONS;
} const COLUMN_DEFINITIONS = null;
const PRIMARY_KEYS = null;
@ -63,7 +65,7 @@ class CapacitorChannel implements ITransactor {
$this->useCache = static::USE_CACHE;
$this->setup = false;
$this->created = false;
$columnDefinitions = cl::withn(static::COLUMN_DEFINITIONS);
$columnDefinitions = $this->COLUMN_DEFINITIONS();
$primaryKeys = cl::withn(static::PRIMARY_KEYS);
$migration = cl::withn(static::MIGRATION);
$lastMkey = 1;