error reporting should always be E_ALL #72
3
web.php
3
web.php
@ -19,9 +19,8 @@ use RVR\Repository\UserRepository;
|
||||
|
||||
require 'app.php';
|
||||
|
||||
error_reporting(E_ALL);
|
||||
if (!empty($_ENV['DEV'])) {
|
||||
error_reporting(E_ALL);
|
||||
|
||||
ini_set('display_errors', '1');
|
||||
} else {
|
||||
ini_set('display_errors', '0');
|
||||
|
Loading…
x
Reference in New Issue
Block a user