mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
remove COMPONENTS constant
This commit is contained in:
parent
80e68763a3
commit
af505df885
1 changed files with 0 additions and 5 deletions
|
@ -58,11 +58,6 @@ if (!defined('APP')) {
|
|||
*/
|
||||
define('BEHAVIORS', MODELS.'Behavior'.DS);
|
||||
|
||||
/**
|
||||
* Path to the application's components directory.
|
||||
*/
|
||||
define('COMPONENTS', CONTROLLERS.'Component'.DS);
|
||||
|
||||
/**
|
||||
* Path to the application's libs directory.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue