mirror of
https://github.com/getgrav/grav.git
synced 2026-07-16 17:31:52 +02:00
Minor refactoring
This commit is contained in:
@@ -10,8 +10,6 @@ use RocketTheme\Toolbox\File\YamlFile;
|
||||
*/
|
||||
class Theme extends Plugin
|
||||
{
|
||||
public $name;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
@@ -21,8 +19,6 @@ class Theme extends Plugin
|
||||
*/
|
||||
public function __construct(Grav $grav, Config $config, $name)
|
||||
{
|
||||
$this->name = $name;
|
||||
|
||||
parent::__construct($name, $grav, $config);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user