mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-01-30 09:48:42 +00:00
Fixing doc blocks
This commit is contained in:
parent
d0451d392b
commit
6e749c489e
|
|
@ -37,7 +37,7 @@ class EventMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Columns.
|
||||
*
|
||||
* @var array<string, array>
|
||||
* @var array
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $columns = [
|
||||
|
|
@ -55,7 +55,7 @@ class EventMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Has one relation.
|
||||
*
|
||||
* @var array<string, array>
|
||||
* @var array
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $ownsOne = [
|
||||
|
|
@ -68,7 +68,7 @@ class EventMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Has many relation.
|
||||
*
|
||||
* @var array<string, array>
|
||||
* @var array
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $hasMany = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user