mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Better debug.
This commit is contained in:
@@ -18,7 +18,7 @@ class WebhookController extends Controller
|
||||
public function sendgrid()
|
||||
{
|
||||
var_dump($_POST);
|
||||
Log::debug($_POST);
|
||||
Log::debug(print_r($_POST,true));
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user