ajout mode de configuration mixte, tableau ou variable ENV
This commit is contained in:
@@ -7,7 +7,7 @@ class Model
|
||||
protected mixed $values;
|
||||
protected array $updated;
|
||||
protected string $table;
|
||||
protected string $connection = "default";
|
||||
protected string $connection = "";
|
||||
protected string $pk;
|
||||
private ?Db $db;
|
||||
private bool $new;
|
||||
|
||||
Reference in New Issue
Block a user