snipe-it/app/Actions/BaseAction.php

8 lines
52 B
PHP
Raw Normal View History

2024-10-23 11:56:01 -07:00
<?php
namespace App\Actions;
class BaseAction
{
}