mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-08 01:08:39 +00:00
Merge remote-tracking branch 'origin/develop' into develop
# Conflicts: # Admin/Controller.php
This commit is contained in:
commit
4241ed39a2
|
|
@ -412,7 +412,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
$account->setEmail($request->getData('email'));
|
||||
$account->generatePassword($request->getData('password'));
|
||||
|
||||
return $account;
|
||||
return $account;
|
||||
}
|
||||
|
||||
public function apiAccountDelete(RequestAbstract $request, ResponseAbstract $response, $data = null)
|
||||
|
|
|
|||
|
|
@ -192,6 +192,6 @@ class AccountMapper extends DataMapperAbstract
|
|||
*/
|
||||
public static function get($primaryKey, int $relations = RelationType::ALL, $fill = null)
|
||||
{
|
||||
return parent::get((int) $primaryKey, $relations, $fill);
|
||||
return parent::get($primaryKey, $relations, $fill);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -74,6 +74,6 @@ class GroupMapper extends DataMapperAbstract
|
|||
*/
|
||||
public static function get($primaryKey, int $relations = RelationType::ALL, $fill = null)
|
||||
{
|
||||
return parent::get((int) $primaryKey, $relations, $fill);
|
||||
return parent::get($primaryKey, $relations, $fill);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user