Unable to migrate down

Possible bug? Running PHP 5.6.3 
I had to override this method in MyMigrationTask.
This commit is contained in:
ezero 2015-06-20 00:38:59 +12:00
parent 9cccfec1a0
commit 900a7b7ff9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
* protected $description = "Description"; // description of what it does
*
* public function run($request) {
* if ($request->param('Direction') == 'down') {
* if ($request->getVar('Direction') == 'down') {
* $this->down();
* } else {
* $this->up();