Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/Config/Images.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class Images extends BaseConfig
/**
* The path to the image library.
* Required for ImageMagick, GraphicsMagick, or NetPBM.
*
* @deprecated 4.7.0 No longer used.
*/
public string $libraryPath = '/usr/local/bin/convert';

Expand Down
2 changes: 2 additions & 0 deletions system/Images/Exceptions/ImageException.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ public static function forSaveFailed()
/**
* Thrown when the image library path is invalid.
*
* @deprecated 4.7.0 No longer used.
*
* @return static
*/
public static function forInvalidImageLibraryPath(?string $path = null)
Expand Down
Loading
Loading