mirror of
https://github.com/snipe/snipe-it.git
synced 2026-08-19 03:34:10 +00:00
6 lines
99 B
PHP
6 lines
99 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
class ItemStillHasChildCompanies extends ItemStillHasChildren {}
|