3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-11 10:45:41 +00:00
Files
snipe-it/app/Http/Controllers/Licenses
Tobias Franzius 90a344af0b Fixes #13341 Clean up correct seats on license delete
Before this, we checked for the `id` collumn in the `license_seats` table, insteasd of
using `license_id` for this.

This way, we ensure that we only alter seats belonging to the correct license.
2023-07-20 13:48:57 +02:00
..