Update callback-handling.php

This commit is contained in:
Zeros Developer
2023-03-03 09:50:53 +07:00
committed by GitHub
parent f92f0224ec
commit 2e0aa679bf

View File

@@ -16,7 +16,7 @@ $callback = new Callback($client);
*
* !! WARNING !!
* Only enable it while debugging.
* Leaving it enabled can lead to security compromise
* Leaving it enabled can lead to security issue
*/
$callback->enableDebug();