Commit 8f071923 authored by Taylor Otwell's avatar Taylor Otwell

rename session:table to session:install.

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