@@ -108,20 +108,20 @@ |
||
| 108 | 108 | public function bindInterfaces() |
| 109 | 109 | { |
| 110 | 110 | $this->app->when(RateFactory::class) |
| 111 | - ->needs('Projectmentor\Quota\Contracts\PayloadInterface') |
|
| 112 | - ->give(RateData::class); |
|
| 111 | + ->needs('Projectmentor\Quota\Contracts\PayloadInterface') |
|
| 112 | + ->give(RateData::class); |
|
| 113 | 113 | |
| 114 | 114 | $this->app->when(FileStorageFactory::class) |
| 115 | - ->needs('Projectmentor\Quota\Contracts\PayloadInterface') |
|
| 116 | - ->give(FileStorageData::class); |
|
| 115 | + ->needs('Projectmentor\Quota\Contracts\PayloadInterface') |
|
| 116 | + ->give(FileStorageData::class); |
|
| 117 | 117 | |
| 118 | 118 | $this->app->when(TokenBucketFactory::class) |
| 119 | - ->needs('Projectmentor\Quota\Contracts\PayloadInterface') |
|
| 120 | - ->give(TokenBucketData::class); |
|
| 119 | + ->needs('Projectmentor\Quota\Contracts\PayloadInterface') |
|
| 120 | + ->give(TokenBucketData::class); |
|
| 121 | 121 | |
| 122 | 122 | $this->app->when(BlockingConsumerFactory::class) |
| 123 | - ->needs('Projectmentor\Quota\Contracts\PayloadInterface') |
|
| 124 | - ->give(BlockingConsumerData::class); |
|
| 123 | + ->needs('Projectmentor\Quota\Contracts\PayloadInterface') |
|
| 124 | + ->give(BlockingConsumerData::class); |
|
| 125 | 125 | } |
| 126 | 126 | |
| 127 | 127 | /** |