wiki-grav/themes/learn2-dark/learn2-dark.php

10 lines
131 B
PHP
Raw Normal View History

<?php
namespace Grav\Theme;
use Grav\Common\Theme;
2022-11-19 20:09:02 +01:00
class Learn2Dark extends Learn2
{
// Access plugin events in this class
}