mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
remove BEHAVIORS contant
This commit is contained in:
parent
62d66bc3ad
commit
66ae239629
1 changed files with 0 additions and 5 deletions
|
@ -48,11 +48,6 @@ if (!defined('APP')) {
|
|||
define('APP', ROOT.DS.APP_DIR.DS);
|
||||
}
|
||||
|
||||
/**
|
||||
* Path to model behaviors directory.
|
||||
*/
|
||||
define('BEHAVIORS', MODELS.'Behavior'.DS);
|
||||
|
||||
/**
|
||||
* Path to the application's libs directory.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue