This block breaks integration with Symfony
tebaly opened this issue · 2 comments
tebaly commented
Line 215 in 886993a
This makes it impossible to debug the script and output data to the page
HOTFIX
if (!$app) {
return;
die();
}
danog commented
You should manually specify an API ID in the settings.
tebaly commented
The Symphony framework has its own graphical debugging/debugging/info system in the browser. This code breaks the system. Use die();
in libraries - antipattern. You use die();
at least two more times in your code