update: add system log filter

This commit is contained in:
v2board
2023-06-05 03:43:34 +08:00
parent 2285a7c92f
commit 68db4f51b5
4 changed files with 67 additions and 2 deletions

View File

@ -6,6 +6,7 @@ use Illuminate\Database\Eloquent\Model;
class Log extends Model
{
use \App\Scope\FilterScope;
protected $table = 'v2_log';
protected $dateFormat = 'U';
protected $guarded = ['id'];