Completed
Pull Request — master (#8)
by Neo
12:09
created
src/Http/Controllers/EarlyAccessController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
      *
50 50
      * @param \Neo\EarlyAccess\Subscriber $subscriber
51 51
      * @param \Illuminate\Http\Request $request
52
-     * @return \Illuminate\Http\JsonResponse
52
+     * @return \Illuminate\Http\RedirectResponse
53 53
      */
54 54
     public function unsubscribe(Subscriber $subscriber, Request $request)
55 55
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Neo\EarlyAccess\Http\Controllers;
4 4
 
5 5
 use Illuminate\Http\Request;
6
-use Neo\EarlyAccess\Subscriber;
7 6
 use Illuminate\Routing\Controller as BaseController;
7
+use Neo\EarlyAccess\Subscriber;
8 8
 use Neo\EarlyAccess\Traits\InteractsWithEarlyAccess;
9 9
 
10 10
 class EarlyAccessController extends BaseController
Please login to merge, or discard this patch.