1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-30 01:00:06 +02:00

Laravel 5 compatibility

This commit is contained in:
Oliver Vogel
2015-01-28 18:50:05 +01:00
parent cfcc287f75
commit 936887fad5
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ namespace Intervention\Image;
use Illuminate\Support\ServiceProvider; use Illuminate\Support\ServiceProvider;
use Illuminate\Http\Response as IlluminateResponse; use Illuminate\Http\Response as IlluminateResponse;
class Laravel4ServiceProvider extends ServiceProvider class ImageServiceProviderLaravel4 extends ServiceProvider
{ {
/** /**
* Bootstrap the application events. * Bootstrap the application events.

View File

@@ -5,7 +5,7 @@ namespace Intervention\Image;
use Illuminate\Support\ServiceProvider; use Illuminate\Support\ServiceProvider;
use Illuminate\Http\Response as IlluminateResponse; use Illuminate\Http\Response as IlluminateResponse;
class Laravel5ServiceProvider extends ServiceProvider class ImageServiceProviderLaravel5 extends ServiceProvider
{ {
/** /**
* Determines if Intervention Imagecache is installed * Determines if Intervention Imagecache is installed