Skip to content

Commit 6109ed7

Browse files
hack(hackathon): Just fake the sending of message till you have free credit in the clockwork account
1 parent e36597b commit 6109ed7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/Http/Controllers/ClockworkController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ public function sendTextMessage(Request $request)
4848
$message = 'Testing Clockwork SMS #LaravelHackathonStarter';
4949

5050
$response = $this->client->sendMessage($this->message);
51-
dd($response);
5251

53-
//return redirect()->back()->with('info','Your Message has been sent successfully');
52+
return redirect()->back()->with('info','Your Message has been sent successfully');
5453
}
5554
}

0 commit comments

Comments
 (0)