test correct folder structure for plugin elements to be recognized

This commit is contained in:
2026-01-03 00:53:39 -08:00
parent f82ab02cbf
commit 39334d8e4a
685 changed files with 10843 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<?php
declare(strict_types=1);
{{- namespace ? "\n\nnamespace #{namespace};" : '' }}
{{- Bake.concat('\n', [Bake.classUses(classImports ?? []), Bake.functionUses(functionImports ?? []), Bake.constUses(constImports ?? [])], '\n\n') }}