This commit is contained in:
Loïc Guibert
2022-09-30 20:06:40 +01:00
commit 0637652909
47 changed files with 10294 additions and 0 deletions

9
custom-mediator.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
namespace Grav\Theme;
use Grav\Common\Theme;
class CustomMediator extends Mediator
{
// Access plugin events in this class
}