mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-12 02:48:39 +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;
|
namespace Modules\Admin\Controller;
|
||||||
|
|
||||||
use Model\App;
|
use Model\App;
|
||||||
use Model\AppMapper;
|
|
||||||
use Modules\Admin\Models\Account;
|
use Modules\Admin\Models\Account;
|
||||||
use Modules\Admin\Models\AccountMapper;
|
use Modules\Admin\Models\AccountMapper;
|
||||||
use Modules\Admin\Models\AccountPermission;
|
use Modules\Admin\Models\AccountPermission;
|
||||||
|
|
|
||||||
|
|
@ -57,4 +57,4 @@ class App
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public int $status = ApplicationStatus::NORMAL;
|
public int $status = ApplicationStatus::NORMAL;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -33,10 +33,10 @@ final class AppMapper extends DataMapperAbstract
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static array $columns = [
|
protected static array $columns = [
|
||||||
'app_id' => ['name' => 'app_id', 'type' => 'int', 'internal' => 'id'],
|
'app_id' => ['name' => 'app_id', 'type' => 'int', 'internal' => 'id'],
|
||||||
'app_name' => ['name' => 'app_name', 'type' => 'string', 'internal' => 'name'],
|
'app_name' => ['name' => 'app_name', 'type' => 'string', 'internal' => 'name'],
|
||||||
'app_theme' => ['name' => 'app_theme', 'type' => 'string', 'internal' => 'theme'],
|
'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