Completed
Push — master ( e36597...6109ed )
by PROSPER
02:26
created
app/Http/Controllers/ClockworkController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     /**
37 37
      * Send a Text Message
38 38
      * @param  Request $request
39
-     * @return string
39
+     * @return \Illuminate\Http\RedirectResponse
40 40
      */
41 41
     public function sendTextMessage(Request $request)
42 42
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,6 +36,6 @@
 block discarded – undo
36 36
 
37 37
         Twilio::message($number, $message);
38 38
 
39
-        return redirect()->back()->with('info','Your Message has been sent successfully');
39
+        return redirect()->back()->with('info', 'Your Message has been sent successfully');
40 40
     }
41 41
 }
Please login to merge, or discard this patch.