mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 05:44:45 +02:00
Actually save the changes so we don't end up with duplicates...
This commit is contained in:
parent
c2d630cfb5
commit
710d5f111a
@ -49,6 +49,7 @@ class MigrateToNewServiceSystem extends Migration
|
||||
} elseif ($item->tag === 'srcds' && $item->name === 'Custom Source Engine Game') {
|
||||
$item->tag = 'source';
|
||||
}
|
||||
$item->save();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user