Actually save the changes so we don't end up with duplicates...
This commit is contained in:
parent
c2d630cfb5
commit
710d5f111a
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ class MigrateToNewServiceSystem extends Migration
|
||||||
} elseif ($item->tag === 'srcds' && $item->name === 'Custom Source Engine Game') {
|
} elseif ($item->tag === 'srcds' && $item->name === 'Custom Source Engine Game') {
|
||||||
$item->tag = 'source';
|
$item->tag = 'source';
|
||||||
}
|
}
|
||||||
|
$item->save();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue