Commit 5bd0f27d authored by Taylor Otwell's avatar Taylor Otwell

change session:install command to session:table.

parent 8423b972
......@@ -17,7 +17,7 @@ class Manager extends Task {
* @param array $arguments
* @return void
*/
public function install($arguments = array())
public function table($arguments = array())
{
$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