mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-04 11:21:46 +08:00 
			
		
		
		
	update: add system log filter
This commit is contained in:
		@@ -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'];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user