mscherer 5 years ago
parent
commit
b2ba0073bf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Error/ErrorHandler.php

+ 1 - 0
src/Error/ErrorHandler.php

@@ -2,6 +2,7 @@
 
 namespace Tools\Error;
 
+use Cake\Core\Configure;
 use Cake\Error\ErrorHandler as CoreErrorHandler;
 
 /**