夺
This commit is contained in:
9
app/model/AppLog.php
Normal file
9
app/model/AppLog.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace app\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
class AppLog extends Model
|
||||
{
|
||||
protected $name = 'AppLog';
|
||||
}
|
||||
Reference in New Issue
Block a user