Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Mar 14, 2020
1 parent 6aaece0 commit f05c834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/media-library.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
'version_urls' => false,

/*
* MediaLibrary will try to optimize all converted images by removing
* The media library will try to optimize all converted images by removing
* metadata and applying a little bit of compression. These are
* the optimizers that will be used by default.
*/
Expand Down Expand Up @@ -151,7 +151,7 @@

/*
* The path where to store temporary files while performing image conversions.
* If set to null, storage_path('medialibrary/temp') will be used.
* If set to null, storage_path('media-library/temp') will be used.
*/
'temporary_directory_path' => null,

Expand Down

0 comments on commit f05c834

Please sign in to comment.