Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Nov 15, 2023
1 parent 7cea76b commit 6f94474
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/ApiuserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@

class ApiuserController extends ObjectController
{
//just a test
}
10 changes: 10 additions & 0 deletions library/Director/ProvidedHook/Icingadb/IcingadbUtils.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace Icinga\Module\Director\ProvidedHook\Icingadb;

use Icinga\Module\Icingadb\Common\Database;

class IcingadbUtils
{
use Database;
}

0 comments on commit 6f94474

Please sign in to comment.