mirror of
https://github.com/Intervention/image.git
synced 2025-08-30 09:10:21 +02:00
Laravel 5 compatibility
This commit is contained in:
@@ -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.
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user