diff --git a/app/config/core.php b/app/config/core.php index b1b528d89..e0434b369 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -121,7 +121,7 @@ * Set the value of 'Session.save' to to utilize it in CakePHP. * * 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'); diff --git a/cake/console/templates/skel/config/core.php b/cake/console/templates/skel/config/core.php index b1b528d89..e0434b369 100644 --- a/cake/console/templates/skel/config/core.php +++ b/cake/console/templates/skel/config/core.php @@ -121,7 +121,7 @@ * Set the value of 'Session.save' to to utilize it in CakePHP. * * 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');