3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-18 11:15:42 +00:00
Files
snipe-it/app/Exceptions/ItemStillHasChildCompanies.php
2026-07-03 13:51:00 +01:00

6 lines
99 B
PHP

<?php
namespace App\Exceptions;
class ItemStillHasChildCompanies extends ItemStillHasChildren {}