fix: BaseMapper
This commit is contained in:
parent
f594611656
commit
277a297b8a
1 changed files with 3 additions and 1 deletions
|
|
@ -3,5 +3,7 @@
|
|||
namespace ctiso\Model;
|
||||
|
||||
abstract class BaseMapper {
|
||||
abstract function getAllAsOptions(): array;
|
||||
function getAllAsOptions(): array {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue