mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-13 14:28:39 +00:00
Type and cs fixes
This commit is contained in:
parent
f373db506c
commit
f054f5af39
|
|
@ -58,7 +58,7 @@ final class ProjectMapper extends DataMapperAbstract
|
||||||
/**
|
/**
|
||||||
* Has many relation.
|
* Has many relation.
|
||||||
*
|
*
|
||||||
* @var array<string, array{mapper:string, table:string, self?:?string, external?:?string}>
|
* @var array<string, array{mapper:string, table:string, self?:?string, external?:?string, column?:string}>
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static array $hasMany = [
|
protected static array $hasMany = [
|
||||||
|
|
@ -79,7 +79,7 @@ final class ProjectMapper extends DataMapperAbstract
|
||||||
/**
|
/**
|
||||||
* Has one relation.
|
* Has one relation.
|
||||||
*
|
*
|
||||||
* @var array<string, array{mapper:string, self:string, by?:string}>
|
* @var array<string, array{mapper:string, self:string, by?:string, column?:string}>
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static array $ownsOne = [
|
protected static array $ownsOne = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user