chore: Мелкие правки
This commit is contained in:
parent
580ca3030d
commit
82b4c3b6ff
1 changed files with 6 additions and 4 deletions
|
|
@ -1,11 +1,13 @@
|
|||
<?php
|
||||
|
||||
namespace ctiso\Model;
|
||||
use \ctiso\Database;
|
||||
|
||||
abstract class BaseMapper
|
||||
{
|
||||
/** @var Database Соединение с базой данных */
|
||||
public Database $db;
|
||||
|
||||
/**
|
||||
* @property \ctiso\Database $db
|
||||
*/
|
||||
abstract class BaseMapper {
|
||||
function getAllAsOptions(): array {
|
||||
return [];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue