mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-06 16:28:41 +00:00
implement php 8.0 types
This commit is contained in:
parent
1812ccb6d5
commit
7ba66553ee
|
|
@ -158,7 +158,7 @@ final class LocalizationMapper extends DataMapperAbstract
|
|||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public static function get($primaryKey, int $relations = RelationType::ALL, int $depth = 1, string $ref = null, Builder $query = null)
|
||||
public static function get($primaryKey, int $relations = RelationType::ALL, int $depth = 1, string $ref = null, Builder $query = null) : mixed
|
||||
{
|
||||
return parent::get($primaryKey, $relations, 2);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user