Skip to content

Commit 1d9cbd3

Browse files
committed
Update app_local.php
1 parent a526eaa commit 1d9cbd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cakephp/html/app_local.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* paths for plugins, view templates and locale files respectively.
3737
*/
3838

39-
'App' => [
39+
'App' => [
4040
'paths' => [
4141
'plugins' => [ROOT . DS . 'plugins' . DS],
4242
'templates' => ['/var/www/html/templates/'],
@@ -52,7 +52,7 @@
5252
*/
5353
'Datasources' => [
5454
'default' => [
55-
'driver' => Mysql::class,
55+
'driver' => Mysql::class,
5656
'host' => 'database',
5757
/*
5858
* CakePHP will use the default DB port based on the driver selected
@@ -81,7 +81,7 @@
8181
* The test connection is used during the test suite.
8282
*/
8383
'test' => [
84-
'driver' => Mysql::class,
84+
'driver' => Mysql::class,
8585
'host' => 'localhost',
8686
//'port' => 'non_standard_port_number',
8787
'username' => 'my_app',

0 commit comments

Comments
 (0)