Initial commit

This commit is contained in:
2025-03-12 16:15:15 +01:00
commit c4877471f8
10 changed files with 1388 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace SlotDb\Cli\Command;
use Symfony\Component\Console\Command\Command;
abstract class BaseCommand extends Command
{
}