Browse Source

移除白名单数组格式化

moell 9 tháng trước cách đây
mục cha
commit
0c2a8d0a83
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      app/Models/Container.php

+ 0 - 1
app/Models/Container.php

@@ -20,7 +20,6 @@ class Container extends Model
 
     protected $casts = [
         'mailto' => 'array',
-        'whitelist' => 'array',
         'naming_rules' => 'array',
     ];