Some more debug stuff.

This commit is contained in:
James Cole 2015-07-22 18:44:51 +02:00
parent e9e4307ce5
commit 868fe46932

View File

@ -18,7 +18,9 @@ class WebhookController extends Controller
public function sendgrid()
{
var_dump($_POST);
Log::debug(print_r($_POST,true));
Log::debug(print_r($_POST, true));
Log::debug(print_r($_GET, true));
Log::debug(print_r($_SERVER, true));
}