initialize

This commit is contained in:
2026-06-12 15:11:56 -04:00
parent 87888c4306
commit f1d6305091
+8
View File
@@ -0,0 +1,8 @@
<?php
declare(strict_types=1);
namespace Potter\Factory;
interface FactoryInterface
{ }