mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Updating the schema command in the core.php files to reflect the correct command needed for 1.3. Fixes #1031
This commit is contained in:
parent
e161b41e3c
commit
9e4c890082
2 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@
|
||||||
* Set the value of 'Session.save' to <name> to utilize it in CakePHP.
|
* Set the value of 'Session.save' to <name> to utilize it in CakePHP.
|
||||||
*
|
*
|
||||||
* To use database sessions, run the app/config/schema/sessions.php schema using
|
* To use database sessions, run the app/config/schema/sessions.php schema using
|
||||||
* the cake shell command: cake schema run create Sessions
|
* the cake shell command: cake schema create Sessions
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
Configure::write('Session.save', 'php');
|
Configure::write('Session.save', 'php');
|
||||||
|
|
|
@ -121,7 +121,7 @@
|
||||||
* Set the value of 'Session.save' to <name> to utilize it in CakePHP.
|
* Set the value of 'Session.save' to <name> to utilize it in CakePHP.
|
||||||
*
|
*
|
||||||
* To use database sessions, run the app/config/schema/sessions.php schema using
|
* To use database sessions, run the app/config/schema/sessions.php schema using
|
||||||
* the cake shell command: cake schema run create Sessions
|
* the cake shell command: cake schema create Sessions
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
Configure::write('Session.save', 'php');
|
Configure::write('Session.save', 'php');
|
||||||
|
|
Loading…
Add table
Reference in a new issue