Delete directory 'src/Potter/Contract/Startable'

This commit is contained in:
2026-05-31 21:29:35 +00:00
parent 3c9f3d6918
commit e4c1a8f2e6
@@ -1,10 +0,0 @@
<?php
declare(strict_types=1);
namespace Potter\Contract\Startable;
interface StartableInterface
{
public function start(): void;
}