Skip to content

Commit

Permalink
Fix helper loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Mar 29, 2024
1 parent 7474af6 commit eff2b16
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/Controller/Admin/LoadHelperTrait.php
@@ -1,6 +1,6 @@
<?php declare(strict_types=1);

namespace Queue\Controller\Admin;
namespace QueueScheduler\Controller\Admin;

use Templating\View\Helper\IconHelper;
use Templating\View\Helper\IconSnippetHelper;
Expand Down
1 change: 0 additions & 1 deletion src/Controller/Admin/QueueSchedulerController.php
Expand Up @@ -3,7 +3,6 @@
namespace QueueScheduler\Controller\Admin;

use Cake\Utility\Hash;
use Queue\Controller\Admin\LoadHelperTrait;
use QueueScheduler\Controller\AppController;

class QueueSchedulerController extends AppController {
Expand Down
1 change: 0 additions & 1 deletion src/Controller/Admin/SchedulerRowsController.php
Expand Up @@ -2,7 +2,6 @@

namespace QueueScheduler\Controller\Admin;

use Queue\Controller\Admin\LoadHelperTrait;
use QueueScheduler\Controller\AppController;

/**
Expand Down

0 comments on commit eff2b16

Please sign in to comment.