mirror of
https://github.com/getgrav/grav.git
synced 2026-02-05 06:10:13 +01:00
Add missing parent constructor to Themes class
This commit is contained in:
@@ -25,6 +25,8 @@ class Themes extends Iterator
|
||||
|
||||
public function __construct(Grav $grav)
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->grav = $grav;
|
||||
$this->config = $grav['config'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user