@@ -59,7 +59,7 @@ |
||
59 | 59 | /** |
60 | 60 | * Constructor. |
61 | 61 | * |
62 | - * @param \Illuminate\Contracts\Routing\ResponseFactory|\Laravel\Lumen\Http\ResponseFactory $responseFactory |
|
62 | + * @param \Illuminate\Contracts\Routing\ResponseFactory $responseFactory |
|
63 | 63 | * @param \Symfony\Component\Translation\TranslatorInterface|Illuminate\Contracts\Translation\Translator $translator |
64 | 64 | */ |
65 | 65 | public function __construct($responseFactory, $translator) |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Flugg\Responder; |
4 | 4 | |
5 | 5 | use Flugg\Responder\Console\MakeTransformer; |
6 | -use Flugg\Responder\Contracts\Manager as ManagerContract; |
|
7 | 6 | use Flugg\Responder\Http\ErrorResponseBuilder; |
8 | 7 | use Flugg\Responder\Http\SuccessResponseBuilder; |
9 | 8 | use Illuminate\Foundation\Application as Laravel; |