mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
adding missing ','
This commit is contained in:
parent
b545d8b201
commit
c6449f649f
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class Sqlserver extends DboSource {
|
|||
'host' => 'localhost\SQLEXPRESS',
|
||||
'login' => '',
|
||||
'password' => '',
|
||||
'database' => 'cake'
|
||||
'database' => 'cake',
|
||||
'schema' => '',
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue