@@ -128,7 +128,7 @@ |
||
128 | 128 | /** |
129 | 129 | * Set the constraint. |
130 | 130 | * |
131 | - * @param $constraint |
|
131 | + * @param string $constraint |
|
132 | 132 | * @return $this |
133 | 133 | */ |
134 | 134 | public function setConstraint($constraint) |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | use Closure; |
4 | 4 | use Illuminate\Contracts\Config\Repository; |
5 | -use Illuminate\Contracts\Events\Dispatcher; |
|
6 | 5 | use Illuminate\Foundation\Application; |
7 | 6 | use Illuminate\Http\Request; |
8 | 7 | use Illuminate\Routing\Redirector; |