调整上传文件格式

This commit is contained in:
2022-09-02 15:32:19 +08:00
parent f5d07675e4
commit ef3cee84d5
5 changed files with 110 additions and 78 deletions

10
app/Models/Log.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
namespace App\Models;
class Log extends Model
{
}