OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
17
app/Domain/Api/Models/StaticAsset.php
Normal file
17
app/Domain/Api/Models/StaticAsset.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace Leantime\Domain\Api\Models;
|
||||
|
||||
use Leantime\Domain\Api\Contracts\StaticAssetType;
|
||||
|
||||
/**
|
||||
* Represents a static asset file.
|
||||
*/
|
||||
class StaticAsset
|
||||
{
|
||||
public function __construct(
|
||||
public string $key,
|
||||
public string $absPath,
|
||||
public StaticAssetType $fileType,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user