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