Merge pull request #1959 from dotramses/patch-1

Update migrator.php
This commit is contained in:
Taylor Otwell 2013-05-04 17:26:19 -07:00
commit cffded660c
1 changed files with 2 additions and 2 deletions

View File

@ -200,7 +200,7 @@ public function install()
$table->primary(array('bundle', 'name')); $table->primary(array('bundle', 'name'));
}); });
echo "Migration table created successfully."; echo "Migration table created successfully.".PHP_EOL;
} }
/** /**
@ -275,4 +275,4 @@ protected function display($migration)
return $migration['bundle'].'/'.$migration['name']; return $migration['bundle'].'/'.$migration['name'];
} }
} }