mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-01-28 16:58:40 +00:00
Type and cs fixes
This commit is contained in:
parent
83c121b51b
commit
a90af5b932
|
|
@ -55,7 +55,7 @@ final class EventMapper extends DataMapperAbstract
|
|||
/**
|
||||
* 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
|
||||
*/
|
||||
protected static array $hasMany = [
|
||||
|
|
@ -76,7 +76,7 @@ final class EventMapper extends DataMapperAbstract
|
|||
/**
|
||||
* 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
|
||||
*/
|
||||
protected static array $ownsOne = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user