mirror of
https://github.com/Intervention/image.git
synced 2025-02-06 22:00:38 +01:00
CS fixes
This commit is contained in:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user