create ApplicationInterface

This commit is contained in:
2026-06-27 10:44:34 -04:00
parent 4b279fd4a2
commit c604183fea
@@ -0,0 +1,10 @@
<?php
declare(strict_types=1);
namespace Potter\Application;
interface ApplicationInterface
{
}