Howto/themes/grav-theme-howto/grav-theme-howto.php

10 lines
125 B
PHP
Raw Normal View History

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