Skip to content

Commit

Permalink
Merge pull request #17 from larapack/analysis-XpQN0L
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
marktopper authored Jan 16, 2018
2 parents c779885 + 97b660d commit 665b06d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/VoyagerHooksServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

namespace Larapack\VoyagerHooks;

use TCG\Voyager\Models\Menu;
use TCG\Voyager\Models\MenuItem;
use Larapack\Hooks\Events\Setup;
use Illuminate\Events\Dispatcher;
use TCG\Voyager\Models\Permission;
use Illuminate\Support\ServiceProvider;
use Larapack\Hooks\Events\Setup;
use Larapack\Hooks\HooksServiceProvider;
use TCG\Voyager\Models\Menu;
use TCG\Voyager\Models\MenuItem;
use TCG\Voyager\Models\Permission;

class VoyagerHooksServiceProvider extends ServiceProvider
{
Expand Down

0 comments on commit 665b06d

Please sign in to comment.