modifs.mineures sans commentaires
This commit is contained in:
parent
599475043c
commit
17fa5f9db5
@ -13,7 +13,9 @@ class CapacitorChannel implements ITransactor {
|
|||||||
|
|
||||||
const TABLE_NAME = null;
|
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;
|
const PRIMARY_KEYS = null;
|
||||||
|
|
||||||
@ -63,7 +65,7 @@ class CapacitorChannel implements ITransactor {
|
|||||||
$this->useCache = static::USE_CACHE;
|
$this->useCache = static::USE_CACHE;
|
||||||
$this->setup = false;
|
$this->setup = false;
|
||||||
$this->created = false;
|
$this->created = false;
|
||||||
$columnDefinitions = cl::withn(static::COLUMN_DEFINITIONS);
|
$columnDefinitions = $this->COLUMN_DEFINITIONS();
|
||||||
$primaryKeys = cl::withn(static::PRIMARY_KEYS);
|
$primaryKeys = cl::withn(static::PRIMARY_KEYS);
|
||||||
$migration = cl::withn(static::MIGRATION);
|
$migration = cl::withn(static::MIGRATION);
|
||||||
$lastMkey = 1;
|
$lastMkey = 1;
|
||||||
|
Reference in New Issue
Block a user