mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
Activity Log
This commit is contained in:
@@ -3,8 +3,12 @@
|
||||
namespace App\Models;
|
||||
|
||||
|
||||
use App\Models\Traits\NexusActivityLogTrait;
|
||||
|
||||
class DownloadSpeed extends NexusModel
|
||||
{
|
||||
use NexusActivityLogTrait;
|
||||
|
||||
protected $table = 'downloadspeed';
|
||||
|
||||
protected $fillable = ['name'];
|
||||
|
||||
Reference in New Issue
Block a user