better file password implementation
This commit is contained in:
@@ -54,8 +54,7 @@ class Media extends Model
|
||||
* @var array
|
||||
*/
|
||||
protected $casts = [
|
||||
'variants' => 'array',
|
||||
'password' => 'hashed'
|
||||
'variants' => 'array'
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user