mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 20:54:04 -06:00
Better debug.
This commit is contained in:
parent
774d4844a9
commit
e9e4307ce5
@ -18,7 +18,7 @@ class WebhookController extends Controller
|
||||
public function sendgrid()
|
||||
{
|
||||
var_dump($_POST);
|
||||
Log::debug($_POST);
|
||||
Log::debug(print_r($_POST,true));
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user