up(); $populator = new Populator(); $populator->up(); } function deactivate() { $migrator = new Migrator(); $migrator->down(); } }