ref Исправление типов
This commit is contained in:
parent
a09fc396d8
commit
28429039a4
8 changed files with 24 additions and 98 deletions
6
src/Model/BaseMapper.php
Normal file
6
src/Model/BaseMapper.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace ctiso\Model;
|
||||
|
||||
class BaseMapper {
|
||||
}
|
||||
|
|
@ -18,7 +18,7 @@ class Factory
|
|||
/**
|
||||
* Создает модель
|
||||
* @param string $name
|
||||
* @return Model
|
||||
* @return BaseMapper
|
||||
*/
|
||||
public function getModel ($name)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue