Is there a problem with themes that use hyphen on their folder name? I'm trying to extend gravstrap-theme, and getting:
TXT
Whoops \ Exception \ ErrorException (E_PARSE)
syntax error, unexpected '-', expecting '{'
My code:
PHP
<?php
namespace Grav\Theme;
use Grav\Common\Theme;
class MyThemeName extends Gravstrap-Theme
{
}
---