mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Add missing semi-colon, fixes #2937
This commit is contained in:
parent
549908738b
commit
003d1a6d47
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@
|
||||||
* then the value of `Config.timezone` will be used. This feature allows you to set users' timezone just
|
* then the value of `Config.timezone` will be used. This feature allows you to set users' timezone just
|
||||||
* once instead of passing it each time in function calls.
|
* once instead of passing it each time in function calls.
|
||||||
*/
|
*/
|
||||||
//Configure::write('Config.timezone', 'Europe/Paris')
|
//Configure::write('Config.timezone', 'Europe/Paris');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue