Skip to content

Commit

Permalink
Apply fixes from StyleCI (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot authored Feb 18, 2020
1 parent efa1a42 commit a483370
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/FaviconServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace BeyondCode\LaravelFavicon;

use Illuminate\Support\Facades\Route;
use Illuminate\Support\ServiceProvider;
use BeyondCode\LaravelFavicon\Generators\FaviconGenerator;
use BeyondCode\LaravelFavicon\Http\Controllers\FaviconController;
use Illuminate\Support\Facades\Route;
use Illuminate\Support\ServiceProvider;

class FaviconServiceProvider extends ServiceProvider
{
Expand Down
6 changes: 3 additions & 3 deletions src/Generators/EnvironmentGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace BeyondCode\LaravelFavicon\Generators;

use BeyondCode\LaravelFavicon\Favicon;
use Illuminate\Http\Response;
use Intervention\Image\Image;
use Intervention\Image\AbstractFont;
use Intervention\Image\ImageManager;
use BeyondCode\LaravelFavicon\Favicon;
use Intervention\Image\Gd\Font as GdFont;
use Intervention\Image\Image;
use Intervention\Image\ImageManager;
use Intervention\Image\Imagick\Font as ImagickFont;

class EnvironmentGenerator implements FaviconGenerator
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Controllers/FaviconController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace BeyondCode\LaravelFavicon\Http\Controllers;

use Illuminate\Http\Request;
use BeyondCode\LaravelFavicon\Generators\FaviconGenerator;
use Illuminate\Http\Request;

class FaviconController
{
Expand Down

0 comments on commit a483370

Please sign in to comment.