mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
API: torrents upload/list
This commit is contained in:
12
app/Models/SiteLog.php
Normal file
12
app/Models/SiteLog.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
|
||||
class SiteLog extends NexusModel
|
||||
{
|
||||
protected $table = 'sitelog';
|
||||
|
||||
protected $fillable = ['added', 'txt', 'security_level', 'uid'];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user