add Template

This commit is contained in:
2026-08-14 17:02:58 -04:00
parent 524ef03dcf
commit 33665b1d4a
+8
View File
@@ -0,0 +1,8 @@
<?php
declare(strict_types=1);
namespace Potter\Template;
final class Template extends \League\Plates\Engine
{ }