mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-11 13:38:39 +00:00
merge
This commit is contained in:
commit
d5dd19543a
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -69,4 +69,5 @@ class App
|
|||
{
|
||||
return $this->id;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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