Skip to content

Commit

Permalink
DebugHelper fehlte
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnittcher committed Dec 18, 2023
1 parent 2af0190 commit f982d5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ShellyBLUConfigurator/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

declare(strict_types=1);

require_once __DIR__ . '/../libs/vendor/SymconModulHelper/DebugHelper.php';

class ShellyBLUConfigurator extends IPSModule
{
use DebugHelper;

public function Create()
{
//Never delete this line!
Expand Down

0 comments on commit f982d5b

Please sign in to comment.