Skip to content

Commit

Permalink
Config comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Robertson committed Jun 26, 2019
1 parent 808df07 commit 29dbe13
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/media.php
Expand Up @@ -2,8 +2,20 @@

return [

/*
* The disk where files should be uploaded.
*/
'disk' => 'public',

/*
* The queue used to perform image conversions.
* Leave empty to use the default queue driver.
*/
'queue' => null,

/*
* The fully qualified class name of the media model.
*/
'model' => Optix\Media\Models\Media::class,

];

0 comments on commit 29dbe13

Please sign in to comment.