Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
ovanschie authored and StyleCIBot committed Jan 13, 2020
1 parent 79bd4de commit 78cc625
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 78cc625

Please sign in to comment.