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

10 lines
125 B
PHP
Raw Permalink Normal View History

2019-08-13 15:09:25 +02:00
<?php
namespace Grav\Theme;
use Grav\Common\Theme;
class Howto extends Theme
{
// Access plugin events in this class
}