(Grav GitSync) Automatic Commit from smokephil

This commit is contained in:
smokephil 2024-03-23 06:40:38 +01:00 committed by GitSync
parent aa7c652b62
commit a0f654c4c7
113 changed files with 3204 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<?php
namespace Grav\Theme;
use Grav\Common\Theme;
class {{ component.name|camelize }} extends Theme
{
// Access plugin events in this class
}