mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-23 18:58:40 +00:00
Bug fixes e.g. csp and other
This commit is contained in:
parent
f0d23361fe
commit
47f49fb992
|
|
@ -141,20 +141,4 @@ class AccountMapper extends DataMapperAbstract
|
|||
return LoginReturnType::FAILURE;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get object.
|
||||
*
|
||||
* @param mixed $primaryKey Key
|
||||
* @param int $relations Load relations
|
||||
* @param mixed $fill Object to fill
|
||||
*
|
||||
* @return Account|array
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public static function get($primaryKey, int $relations = RelationType::ALL, $fill = null)
|
||||
{
|
||||
return parent::get($primaryKey, $relations, $fill);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user