Skip to content

Commit 7081447

Browse files
authored
Fix error "Fundevogel\Exception not found"
1 parent 30a8a47 commit 7081447

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Kirby v3 wrapper for colorist",
44
"type": "kirby-plugin",
55
"license": "MIT",
6-
"version": "1.6.2",
6+
"version": "1.7.0",
77
"keywords": ["kirby3", "image", "graphics"],
88
"homepage": "https://github.com/Fundevogel/kirby3-colorist#readme",
99
"authors": [

src/Colorist.php

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace Fundevogel;
44

5+
use Exception;
6+
57
use Kirby\Image\Darkroom;
68

79

0 commit comments

Comments
 (0)