mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-23 18:58:40 +00:00
Automated formatting changes
This commit is contained in:
parent
7da35d00d5
commit
028b4fcaeb
|
|
@ -17,7 +17,6 @@ declare(strict_types=1);
|
|||
namespace Modules\Admin\Controller;
|
||||
|
||||
use Model\App;
|
||||
use Model\AppMapper;
|
||||
use Modules\Admin\Models\Account;
|
||||
use Modules\Admin\Models\AccountMapper;
|
||||
use Modules\Admin\Models\AccountPermission;
|
||||
|
|
|
|||
|
|
@ -57,4 +57,4 @@ class App
|
|||
* @since 1.0.0
|
||||
*/
|
||||
public int $status = ApplicationStatus::NORMAL;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,10 +33,10 @@ final class AppMapper extends DataMapperAbstract
|
|||
* @since 1.0.0
|
||||
*/
|
||||
protected static array $columns = [
|
||||
'app_id' => ['name' => 'app_id', 'type' => 'int', 'internal' => 'id'],
|
||||
'app_name' => ['name' => 'app_name', 'type' => 'string', 'internal' => 'name'],
|
||||
'app_id' => ['name' => 'app_id', 'type' => 'int', 'internal' => 'id'],
|
||||
'app_name' => ['name' => 'app_name', 'type' => 'string', 'internal' => 'name'],
|
||||
'app_theme' => ['name' => 'app_theme', 'type' => 'string', 'internal' => 'theme'],
|
||||
'app_status' => ['name' => 'app_status', 'type' => 'int', 'internal' => 'status'],
|
||||
'app_status' => ['name' => 'app_status', 'type' => 'int', 'internal' => 'status'],
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user