mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-16 08:28:41 +00:00
auto-fix
This commit is contained in:
parent
44ea04b2c6
commit
77f099559b
|
|
@ -32,8 +32,11 @@ abstract class DataMapperAbstract
|
|||
protected int $type = 0;
|
||||
|
||||
protected array $with = [];
|
||||
|
||||
protected array $sort = [];
|
||||
|
||||
protected array $limit = [];
|
||||
|
||||
protected array $where = [];
|
||||
|
||||
/**
|
||||
|
|
@ -186,5 +189,5 @@ abstract class DataMapperAbstract
|
|||
return $value;
|
||||
}
|
||||
|
||||
abstract function execute(...$options);
|
||||
abstract public function execute(...$options);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user