Some basic cleaning up.

This commit is contained in:
Sander Dorigo
2014-07-04 11:39:21 +02:00
parent 6bdaafbf72
commit c3254c2351
6 changed files with 95 additions and 36 deletions

View File

@@ -30,6 +30,8 @@ class MigrationController extends BaseController
if (!$this->migration->validFile()) {
return View::make('error')->with('message', 'Invalid JSON content.');
}
$this->migration->migrate();
return 'busy!';
}
// then, start migrating!