snipe-it/app/Actions/BaseAction.php
spencerrlongg 6e8ab3723c bs
2024-10-23 13:56:01 -05:00

8 lines
52 B
PHP

<?php
namespace App\Actions;
class BaseAction
{
}