@@ -17,6 +17,6 @@ class Server extends Model
'networkSettings' => 'array',
'dnsSettings' => 'array',
'ruleSettings' => 'array',
- 'tag' => 'array'
+ 'tags' => 'array'
];
}
@@ -12,6 +12,6 @@ class ServerShadowsocks extends Model
protected $casts = [
'created_at' => 'timestamp',
'updated_at' => 'timestamp',
@@ -12,6 +12,6 @@ class ServerTrojan extends Model
@@ -236,5 +236,5 @@ return [
| The only modification by laravel config
|
*/
- 'version' => '1.5.3.1628182414902'
+ 'version' => '1.5.3.1628222444140'