OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
18
app/Domain/Dashboard/Repositories/Dashboard.php
Normal file
18
app/Domain/Dashboard/Repositories/Dashboard.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Leantime\Domain\Dashboard\Repositories;
|
||||
|
||||
use Leantime\Core\Db\Db as DbCore;
|
||||
|
||||
class Dashboard
|
||||
{
|
||||
public ?DbCore $db;
|
||||
|
||||
/**
|
||||
* __construct - neu db connection
|
||||
*/
|
||||
public function __construct(DbCore $db)
|
||||
{
|
||||
$this->db = $db;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user