Howto/themes/grav-theme-howto/grav-theme-howto.php
2020-09-01 22:40:01 -03:00

10 lines
125 B
PHP
Executable file

<?php
namespace Grav\Theme;
use Grav\Common\Theme;
class Howto extends Theme
{
// Access plugin events in this class
}