Skip to content

Commit

Permalink
Merge pull request #43 from spatie/analysis-X0YOKe
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
rubenvanassche committed Oct 16, 2019
2 parents c693f3f + 378fc01 commit 44c7a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WebTinkerServiceProvider.php
Expand Up @@ -2,13 +2,13 @@

namespace Spatie\WebTinker;

use Illuminate\Cookie\Middleware\EncryptCookies;
use Illuminate\Session\Middleware\StartSession;
use Illuminate\Support\Facades\Gate;
use Illuminate\Support\Facades\Route;
use Illuminate\Support\ServiceProvider;
use Spatie\WebTinker\Console\InstallCommand;
use Illuminate\Session\Middleware\StartSession;
use Spatie\WebTinker\Http\Middleware\Authorize;
use Illuminate\Cookie\Middleware\EncryptCookies;
use Spatie\WebTinker\OutputModifiers\OutputModifier;
use Spatie\WebTinker\Http\Controllers\WebTinkerController;

Expand Down

0 comments on commit 44c7a6c

Please sign in to comment.