diff --git a/bin/post-remove.php b/bin/post-remove.php index fd0fbe2..91840d9 100644 --- a/bin/post-remove.php +++ b/bin/post-remove.php @@ -3,8 +3,8 @@ use Laminas\Config\Config; use Laminas\Db\Adapter\Adapter; use Pi\Core\Installer\Remove; -use User\Service\PermissionService; -use User\Service\RoleService; +use Pi\User\Service\PermissionService; +use Pi\User\Service\RoleService; // Composer autoloading include realpath(__DIR__ . '/../../../vendor/autoload.php'); diff --git a/bin/post-update.php b/bin/post-update.php index 1cedc5a..1378963 100644 --- a/bin/post-update.php +++ b/bin/post-update.php @@ -3,8 +3,8 @@ use Laminas\Config\Config; use Laminas\Db\Adapter\Adapter; use Pi\Core\Installer\Update; -use User\Service\PermissionService; -use User\Service\RoleService; +use Pi\User\Service\PermissionService; +use Pi\User\Service\RoleService; // Composer autoloading include realpath(__DIR__ . '/../../../vendor/autoload.php'); diff --git a/config/module.config.php b/config/module.config.php index 384da18..9b4c7e4 100644 --- a/config/module.config.php +++ b/config/module.config.php @@ -1,6 +1,6 @@