Skip to content

Commit

Permalink
Removed Compoennt from BaseElementVariable
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed Feb 1, 2025
1 parent 841bbe1 commit 5fc6b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class Module extends ContentContainerModule
'__toString',
'items',
'profile',
'getempty',
],
UnicodeString::class => [
'__toString',
Expand Down
3 changes: 1 addition & 2 deletions modules/template/elements/BaseElementVariable.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@

use humhub\modules\custom_pages\modules\template\interfaces\TemplateElementContentIterable;
use humhub\modules\custom_pages\modules\template\models\TemplateInstance;
use yii\base\Component;

class BaseElementVariable extends Component
class BaseElementVariable
{
private $options = [];

Expand Down

0 comments on commit 5fc6b39

Please sign in to comment.