mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-14 03:28:41 +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;
|
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