mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update: fix model
This commit is contained in:
		| @@ -12,6 +12,7 @@ class ServerShadowsocks extends Model | |||||||
|     protected $casts = [ |     protected $casts = [ | ||||||
|         'created_at' => 'timestamp', |         'created_at' => 'timestamp', | ||||||
|         'updated_at' => 'timestamp', |         'updated_at' => 'timestamp', | ||||||
|  |         'group_id' => 'array', | ||||||
|         'tags' => 'array' |         'tags' => 'array' | ||||||
|     ]; |     ]; | ||||||
| } | } | ||||||
|   | |||||||
| @@ -12,6 +12,7 @@ class ServerTrojan extends Model | |||||||
|     protected $casts = [ |     protected $casts = [ | ||||||
|         'created_at' => 'timestamp', |         'created_at' => 'timestamp', | ||||||
|         'updated_at' => 'timestamp', |         'updated_at' => 'timestamp', | ||||||
|  |         'group_id' => 'array', | ||||||
|         'tags' => 'array' |         'tags' => 'array' | ||||||
|     ]; |     ]; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user