all country

This commit is contained in:
merdan 2022-09-26 16:08:19 +05:00
parent 12d6a424b5
commit 8196389188
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ class Document extends Model
'description',
'max_size',
'business',
'company'
'company',
'all_country'
];
// protected $hidden = [];
// protected $dates = [];