Skip to content

Commit

Permalink
Merge pull request #623 from RTX2070/master
Browse files Browse the repository at this point in the history
Code Fixes
  • Loading branch information
hhunderter authored Jan 15, 2023
2 parents 95cdbf6 + e148cc4 commit c488217
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/libraries/Ilch/Layout/Helper/AdminHmenu/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

class Model
{
protected $layout;

/**
* @var array
*/
Expand Down
2 changes: 2 additions & 0 deletions application/libraries/Ilch/Layout/Helper/Menu/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

class Model
{
protected $layout;

/**
* Id of the menu.
*
Expand Down
3 changes: 3 additions & 0 deletions application/modules/admin/models/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

class Module extends \Ilch\Model
{

protected $content = [];

/**
* Key of the module.
*
Expand Down

0 comments on commit c488217

Please sign in to comment.