Actually save the changes so we don't end up with duplicates...

This commit is contained in:
Dane Everitt 2017-03-18 13:53:22 -04:00
parent c2d630cfb5
commit 710d5f111a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -49,6 +49,7 @@ class MigrateToNewServiceSystem extends Migration
} elseif ($item->tag === 'srcds' && $item->name === 'Custom Source Engine Game') {
$item->tag = 'source';
}
$item->save();
});
});
}