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