mirror of
https://github.com/Intervention/image.git
synced 2025-09-01 01:51:43 +02:00
CS fixes
This commit is contained in:
committed by
Oliver Vogel
parent
a64007afa6
commit
ac9b1fad9c
@@ -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);
|
||||
|
@@ -1,4 +1,6 @@
|
||||
<?php namespace Intervention\Image;
|
||||
<?php
|
||||
|
||||
namespace Intervention\Image;
|
||||
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
use Illuminate\Http\Response as IlluminateResponse;
|
||||
|
Reference in New Issue
Block a user