@@ -25,13 +25,13 @@ |
||
| 25 | 25 | * Define this in your model. |
| 26 | 26 | * @var array |
| 27 | 27 | */ |
| 28 | - // protected $mediaFieldsSingle = ['file', 'image',]; |
|
| 28 | + // protected $mediaFieldsSingle = ['file', 'image',]; |
|
| 29 | 29 | |
| 30 | 30 | /** |
| 31 | 31 | * Define this in your model. |
| 32 | 32 | * @var array |
| 33 | 33 | */ |
| 34 | - // protected $mediaFieldsMultiple = ['files', 'images',]; |
|
| 34 | + // protected $mediaFieldsMultiple = ['files', 'images',]; |
|
| 35 | 35 | |
| 36 | 36 | /** |
| 37 | 37 | * Define this in your model if needed validation. |