Skip to content

Commit

Permalink
Apply fixes from StyleCI (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkp22 authored Dec 30, 2018
1 parent 7250fea commit de23eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/BannableServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Qirolab\Laravel\Bannable;

use Qirolab\Laravel\Bannable\Models\Ban;
use Illuminate\Support\ServiceProvider;
use Qirolab\Laravel\Bannable\Models\Ban;
use Qirolab\Laravel\Bannable\Observers\BanObserver;
use Qirolab\Laravel\Bannable\Middleware\ForbidBannedUser;

Expand Down
2 changes: 1 addition & 1 deletion src/Events/ModelWasBanned.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Qirolab\Laravel\Bannable\Events;

use Qirolab\Laravel\Bannable\Models\Ban;
use Illuminate\Database\Eloquent\Model;
use Qirolab\Laravel\Bannable\Models\Ban;
use Illuminate\Contracts\Queue\ShouldQueue;

class ModelWasBanned implements ShouldQueue
Expand Down

0 comments on commit de23eaf

Please sign in to comment.