test correct folder structure for plugin elements to be recognized
This commit is contained in:
4
Template/bake/element/file_header.twig
Normal file
4
Template/bake/element/file_header.twig
Normal 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') }}
|
||||
Reference in New Issue
Block a user