mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Add missing import.
This commit is contained in:
parent
f65b52bf11
commit
ab6fab6675
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
App::uses('Sanitize', 'Utility');
|
||||
App::uses('Router', 'Routing');
|
||||
App::uses('CakeResponse', 'Network');
|
||||
App::uses('Controller', 'Controller');
|
||||
|
||||
/**
|
||||
* Exception Renderer.
|
||||
|
|
Loading…
Reference in a new issue