Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
larsjanssen6 committed Dec 15, 2018
1 parent d66a0a9 commit 2ddacb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Throttle.php
Expand Up @@ -2,8 +2,8 @@

namespace LarsJanssen\UnderConstruction;

use Illuminate\Cache\RateLimiter;
use Illuminate\Http\Request;
use Illuminate\Cache\RateLimiter;

trait Throttle
{
Expand Down
2 changes: 1 addition & 1 deletion src/UnderConstruction.php
Expand Up @@ -3,9 +3,9 @@
namespace LarsJanssen\UnderConstruction;

use Closure;
use Illuminate\Http\Request;
use Illuminate\Config\Repository;
use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;

class UnderConstruction
{
Expand Down

0 comments on commit 2ddacb3

Please sign in to comment.