Skip to content

Commit

Permalink
Merge pull request #1 from appstract/analysis-QM3EVO
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
ovanschie authored Jan 13, 2020
2 parents 79bd4de + ad92eef commit ab0f082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Http/Middleware/Authorize.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Appstract\NovaOpcache\Http\Middleware;

use Laravel\Nova\Nova;
use Appstract\NovaOpcache\NovaOpcache;
use Laravel\Nova\Nova;

class Authorize
{
Expand Down
2 changes: 1 addition & 1 deletion src/ToolServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace Appstract\NovaOpcache;

use Appstract\NovaOpcache\Http\Middleware\Authorize;
use Illuminate\Support\Facades\Route;
use Illuminate\Support\ServiceProvider;
use Laravel\Nova\Events\ServingNova;
use Laravel\Nova\Nova;
use Appstract\NovaOpcache\Http\Middleware\Authorize;

class ToolServiceProvider extends ServiceProvider
{
Expand Down

0 comments on commit ab0f082

Please sign in to comment.