ref Исправление типов

This commit is contained in:
origami11@yandex.ru 2022-11-24 19:12:00 +03:00
parent a09fc396d8
commit 28429039a4
8 changed files with 24 additions and 98 deletions

6
src/Model/BaseMapper.php Normal file
View file

@ -0,0 +1,6 @@
<?php
namespace ctiso\Model;
class BaseMapper {
}

View file

@ -18,7 +18,7 @@ class Factory
/**
* Создает модель
* @param string $name
* @return Model
* @return BaseMapper
*/
public function getModel ($name)
{