Skip to content

Commit

Permalink
Apply fixes from StyleCI (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot authored Jan 23, 2019
1 parent baaaa7d commit 21f7522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MailboxServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

use Illuminate\Support\Facades\Route;
use BeyondCode\Mailbox\Routing\Router;
use Illuminate\Support\ServiceProvider;
use BeyondCode\Mailbox\Facades\Mailbox;
use Illuminate\Support\ServiceProvider;
use BeyondCode\Mailbox\Http\Middleware\MailboxBasicAuthentication;

class MailboxServiceProvider extends ServiceProvider
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace BeyondCode\Mailbox\Routing;

use BeyondCode\Mailbox\MailboxManager;
use Illuminate\Support\Collection;
use Illuminate\Container\Container;
use BeyondCode\Mailbox\InboundEmail;
use BeyondCode\Mailbox\MailboxManager;
use Illuminate\Support\Traits\ForwardsCalls;

class Router
Expand Down

0 comments on commit 21f7522

Please sign in to comment.