mirror of
https://github.com/snipe/snipe-it.git
synced 2026-04-02 22:11:01 +00:00
6 lines
91 B
PHP
6 lines
91 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
class ItemStillHasAssets extends ItemStillHasChildren {}
|