mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 19:49:54 +00:00
Some basic cleaning up.
This commit is contained in:
@@ -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!
|
||||
|
Reference in New Issue
Block a user