summaryrefslogtreecommitdiff
path: root/sowtheme.php
blob: f157e022c69b545fa097f2efed8b890acd181f2c (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php
namespace Grav\Theme;

use Grav\Common\Theme;

class Sowtheme extends Theme
{
    // Access plugin events in this class
}