Skip to content

Commit

Permalink
Fix namespacing in BreadcrumbComponent (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Apr 7, 2026
1 parent 9e1c138 commit e9da33b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/Controller/Component/BreadcrumbComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

use Cake\Controller\Component;
use Cake\Event\EventInterface;
use Cake\ORM\Entity;
use Cake\ORM\Table;
use App\Lib\Util\StringUtilities;

class BreadcrumbComponent extends Component {
Expand Down

0 comments on commit e9da33b

Please sign in to comment.