project Employees
This commit is contained in:
16
frontend/modules/api/models/Manager.php
Normal file
16
frontend/modules/api/models/Manager.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace frontend\modules\api\models;
|
||||
|
||||
class Manager extends \common\models\Manager
|
||||
{
|
||||
public function fields(): array
|
||||
{
|
||||
return [
|
||||
'id',
|
||||
'user_id',
|
||||
'managerEmployees'
|
||||
];
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user