1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-19 12:11:26 +02:00

README fix

This commit is contained in:
Oliver Vogel
2013-01-19 19:44:41 +01:00
parent 421b9266ac
commit 94b2ae4c95

View File

@@ -35,6 +35,6 @@ Add the facade of this package to the `$aliases` array.
...
'Image' => 'Intervention\Helper\Facades\Image',
'Image' => 'Intervention\Image\Facades\Image',
),