Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
actionm authored and StyleCIBot committed Feb 23, 2017
1 parent fa12f0c commit 3587f4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/UnitPayServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Illuminate\Support\Facades\App;
use Illuminate\Support\ServiceProvider;
use ActionM\UnitPay\Exceptions\InvalidConfiguration;

class UnitPayServiceProvider extends ServiceProvider
{
Expand All @@ -22,7 +21,6 @@ public function boot()
], 'views');

$this->loadViewsFrom(__DIR__.'/../resources/views', 'unitpay');

}

/**
Expand Down

0 comments on commit 3587f4b

Please sign in to comment.