mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 03:52:41 +00:00
Fix CS.
This commit is contained in:
parent
7936b5e764
commit
cc0acd1556
1 changed files with 1 additions and 1 deletions
|
@ -899,7 +899,7 @@ CREATE TABLE $name (
|
|||
PRIMARY KEY(id)
|
||||
);
|
||||
SQL;
|
||||
$this->Dbo->execute($sql);
|
||||
$this->Dbo->execute($sql);
|
||||
$model = new Model(array(
|
||||
'table' => 'timestamp_default_values',
|
||||
'ds' => 'test',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue