1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-01 01:51:43 +02:00
This commit is contained in:
Sági-Kazár Márk
2014-07-31 19:14:42 +02:00
committed by Oliver Vogel
parent a64007afa6
commit ac9b1fad9c
2 changed files with 4 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ class ImageManager
if (class_exists('\Intervention\Image\ImageCache')) {
// create imagecache
$imagecache = new ImageCache($this);
// run callback
if (is_callable($callback)) {
$callback($imagecache);

View File

@@ -1,4 +1,6 @@
<?php namespace Intervention\Image;
<?php
namespace Intervention\Image;
use Illuminate\Support\ServiceProvider;
use Illuminate\Http\Response as IlluminateResponse;