diff --git a/Admin/Install/Media/defaultReport.pdf.php b/Admin/Install/Media/defaultReport.pdf.php index 2456867..eda3be7 100755 --- a/Admin/Install/Media/defaultReport.pdf.php +++ b/Admin/Install/Media/defaultReport.pdf.php @@ -4,7 +4,7 @@ * * PHP Version 8.1 * - * @package Karaka + * @package Jingga * @copyright Dennis Eichhorn * @license OMS License 2.0 * @version 1.0.0 diff --git a/Admin/Install/db.json b/Admin/Install/db.json index 05194c5..f3bd8a1 100755 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -4,7 +4,7 @@ "fields": { "auditor_audit_id": { "name": "auditor_audit_id", - "type": "INT", + "type": "BIGINT", "null": false, "primary": true, "autoincrement": true diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 2df53e3..c7ded41 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -36,7 +36,7 @@ use Web\Backend\Views\TableView; final class BackendController extends Controller { /** - * Routing end-point for application behaviour. + * Routing end-point for application behavior. * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response @@ -138,7 +138,7 @@ final class BackendController extends Controller } /** - * Routing end-point for application behaviour. + * Routing end-point for application behavior. * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php index 05f37a8..12126c6 100755 --- a/Models/PermissionCategory.php +++ b/Models/PermissionCategory.php @@ -17,7 +17,7 @@ namespace Modules\Auditor\Models; use phpOMS\Stdlib\Base\Enum; /** - * Permision state enum. + * Permission category enum. * * @package Modules\Auditor\Models * @license OMS License 2.0 diff --git a/info.json b/info.json index f0610cd..ac347d0 100755 --- a/info.json +++ b/info.json @@ -14,7 +14,6 @@ "name": "Jingga", "website": "jingga.app" }, - "description": "The administration module.", "directory": "Auditor", "dependencies": { "Admin": "1.0.0"