Completed
Push — master ( 66319d...49b700 )
by Manu
27:00 queued 12:04
created
src/Http/Controllers/SocialAuthTwitterController.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -10,11 +10,11 @@
 block discarded – undo
10 10
 
11 11
 class SocialAuthTwitterController extends Controller
12 12
 {
13
-  /**
14
-   * Create a redirect method to twitter api.
15
-   *
16
-   * @return void
17
-   */
13
+    /**
14
+     * Create a redirect method to twitter api.
15
+     *
16
+     * @return void
17
+     */
18 18
     public function redirect()
19 19
     {
20 20
         return Socialite::driver('twitter')->redirect();
Please login to merge, or discard this patch.