mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update: email notice default off
This commit is contained in:
		
							
								
								
									
										22
									
								
								app/Models/ServerV2ray.php
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										22
									
								
								app/Models/ServerV2ray.php
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| <?php | ||||
|  | ||||
| namespace App\Models; | ||||
|  | ||||
| use Illuminate\Database\Eloquent\Model; | ||||
|  | ||||
| class ServerV2ray extends Model | ||||
| { | ||||
|     protected $table = 'v2_server_v2ray'; | ||||
|     protected $dateFormat = 'U'; | ||||
|     protected $guarded = ['id']; | ||||
|     protected $casts = [ | ||||
|         'created_at' => 'timestamp', | ||||
|         'updated_at' => 'timestamp', | ||||
|         'group_id' => 'array', | ||||
|         'tlsSettings' => 'array', | ||||
|         'networkSettings' => 'array', | ||||
|         'dnsSettings' => 'array', | ||||
|         'ruleSettings' => 'array', | ||||
|         'tags' => 'array' | ||||
|     ]; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user