mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 10:54:46 +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') {
|
} elseif ($item->tag === 'srcds' && $item->name === 'Custom Source Engine Game') {
|
||||||
$item->tag = 'source';
|
$item->tag = 'source';
|
||||||
}
|
}
|
||||||
|
$item->save();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user