Skip to content

Commit

Permalink
Update init.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Nov 23, 2024
1 parent e6b9dd8 commit 5776880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Configure PHP error reporting.
* @see http://php.net/manual/en/function.error-reporting.php
*/
error_reporting(E_ALL | E_STRICT);
error_reporting(E_ALL);

/*
* Choose if errors that are NOT caught by the Mako error and exception handlers should be
Expand Down

0 comments on commit 5776880

Please sign in to comment.