mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 22:18:40 +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 int $type = 0;
|
||||||
|
|
||||||
protected array $with = [];
|
protected array $with = [];
|
||||||
|
|
||||||
protected array $sort = [];
|
protected array $sort = [];
|
||||||
|
|
||||||
protected array $limit = [];
|
protected array $limit = [];
|
||||||
|
|
||||||
protected array $where = [];
|
protected array $where = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -186,5 +189,5 @@ abstract class DataMapperAbstract
|
||||||
return $value;
|
return $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
abstract function execute(...$options);
|
abstract public function execute(...$options);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user