Commit 8f071923 by Taylor Otwell

rename session:table to session:install.

parent 884b707c
...@@ -17,7 +17,7 @@ class Manager extends Task { ...@@ -17,7 +17,7 @@ class Manager extends Task {
* @param array $arguments * @param array $arguments
* @return void * @return void
*/ */
public function table($arguments = array()) public function install($arguments = array())
{ {
$migrator = IoC::resolve('task: migrate'); $migrator = IoC::resolve('task: migrate');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment