@@ -12,7 +12,6 @@ |
||
| 12 | 12 | namespace Projectmentor\Quota\Factories; |
| 13 | 13 | |
| 14 | 14 | use bandwidthThrottle\tokenBucket\storage\FileStorage; |
| 15 | - |
|
| 16 | 15 | use Projectmentor\Quota\Contracts\FactoryInterface; |
| 17 | 16 | use Projectmentor\Quota\Contracts\PayloadInterface; |
| 18 | 17 | |
@@ -11,21 +11,13 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace Projectmentor\Quota; |
| 13 | 13 | |
| 14 | -use bandwidthThrottle\tokenBucket\Rate; |
|
| 15 | -use bandwidthThrottle\tokenBucket\TokenBucket; |
|
| 16 | -use bandwidthThrottle\tokenBucket\BlockingConsumer; |
|
| 17 | -use bandwidthThrottle\tokenBucket\storage\FileStorage; |
|
| 18 | - |
|
| 19 | 14 | use Illuminate\Foundation\Application as LaravelApplication; |
| 20 | 15 | use Laravel\Lumen\Application as LumenApplication; |
| 21 | - |
|
| 22 | 16 | use Illuminate\Support\ServiceProvider; |
| 23 | - |
|
| 24 | 17 | use Projectmentor\Quota\Factories\RateFactory; |
| 25 | 18 | use Projectmentor\Quota\Factories\FileStorageFactory; |
| 26 | 19 | use Projectmentor\Quota\Factories\TokenBucketFactory; |
| 27 | 20 | use Projectmentor\Quota\Factories\BlockingConsumerFactory; |
| 28 | - |
|
| 29 | 21 | use Projectmentor\Quota\Stubs\RateData; |
| 30 | 22 | use Projectmentor\Quota\Stubs\FileStorageData; |
| 31 | 23 | use Projectmentor\Quota\Stubs\TokenBucketData; |