1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-02 02:12:37 +02:00

psr2 fixes

This commit is contained in:
Oliver Vogel
2013-02-15 20:01:53 +01:00
parent 27bbfb0c1b
commit bac53270b0
5 changed files with 193 additions and 191 deletions

View File

@@ -1,8 +1,11 @@
<?php namespace Intervention\Image; <?php
namespace Intervention\Image;
use Illuminate\Support\ServiceProvider; use Illuminate\Support\ServiceProvider;
class ImageServiceProvider extends ServiceProvider { class ImageServiceProvider extends ServiceProvider
{
/** /**
* Indicates if loading of the provider is deferred. * Indicates if loading of the provider is deferred.
@@ -42,5 +45,4 @@ class ImageServiceProvider extends ServiceProvider {
{ {
return array('image'); return array('image');
} }
} }