Skip to content

Commit

Permalink
Code Fixes
Browse files Browse the repository at this point in the history
Installation von 2.1.45 unter PHP 8.2 hatte einige Fehler.
  • Loading branch information
RTX2070 authored and RTX2070 committed Jan 10, 2023
1 parent 95cdbf6 commit e148cc4
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 e148cc4

Please sign in to comment.