Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit f6e432e

Browse files
Apply fixes from StyleCI (#20)
1 parent 746ed0d commit f6e432e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/LockerServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
use Illuminate\Foundation\Application as LaravelApplication;
2222
use Illuminate\Support\ServiceProvider;
2323
use Laravel\Lumen\Application as LumenApplication;
24-
use Predis\ClientInterface;
2524
use ReflectionClass;
2625

2726
/**

tests/ServiceProviderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
use AltThree\Locker\Http\Middleware\LockingMiddleware;
2020
use AltThree\Locker\Locker;
2121
use GrahamCampbell\TestBenchCore\ServiceProviderTrait;
22-
use Illuminate\Redis\Connections\Connection;
2322

2423
/**
2524
* This is the service provider test class.

0 commit comments

Comments
 (0)