Minor refactoring

This commit is contained in:
Matias Griese
2016-03-03 15:16:33 +02:00
parent d573ebbfe3
commit 7e4f4319d5

View File

@@ -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);
}