mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Some more debug stuff.
This commit is contained in:
parent
e9e4307ce5
commit
868fe46932
@ -19,6 +19,8 @@ class WebhookController extends Controller
|
||||
{
|
||||
var_dump($_POST);
|
||||
Log::debug(print_r($_POST, true));
|
||||
Log::debug(print_r($_GET, true));
|
||||
Log::debug(print_r($_SERVER, true));
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user