diff --git a/src/Bridges/templates/EventPanel.panel.phtml b/src/Bridges/templates/EventPanel.panel.phtml index 5179d75..b391642 100644 --- a/src/Bridges/templates/EventPanel.panel.phtml +++ b/src/Bridges/templates/EventPanel.panel.phtml @@ -7,17 +7,17 @@ declare(strict_types=1); * * PHP version 7 and above required * - * @category SecurityManager + * @category EventManager * * @author Divine Niiquaye Ibok * @copyright 2019 Biurad Group (https://biurad.com/) * @license https://opensource.org/licenses/BSD-3-Clause License * - * @link https://www.biurad.com/projects/securitymanager + * @link https://www.biurad.com/projects/eventmanager * @since Version 0.1 */ -namespace BiuradPHP\Security\Bridges; +namespace BiuradPHP\Events\Bridges; use Tracy\Helpers; diff --git a/src/Bridges/templates/EventPanel.tab.phtml b/src/Bridges/templates/EventPanel.tab.phtml index 756691b..97ef2db 100644 --- a/src/Bridges/templates/EventPanel.tab.phtml +++ b/src/Bridges/templates/EventPanel.tab.phtml @@ -7,19 +7,26 @@ declare(strict_types=1); * * PHP version 7 and above required * - * @category SecurityManager + * @category EventManager * * @author Divine Niiquaye Ibok * @copyright 2019 Biurad Group (https://biurad.com/) * @license https://opensource.org/licenses/BSD-3-Clause License * - * @link https://www.biurad.com/projects/securitymanager + * @link https://www.biurad.com/projects/eventmanager * @since Version 0.1 */ -namespace BiuradPHP\Security\Bridges; +namespace BiuradPHP\Events\Bridges; ?> - -events + + + +