mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fix for #2031
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4386 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
51969dc95a
commit
92802aeefb
1 changed files with 7 additions and 0 deletions
|
@ -77,6 +77,13 @@ class Configure extends Object {
|
|||
* @access public
|
||||
*/
|
||||
var $behaviorPaths = array();
|
||||
/**
|
||||
* Enter description here...
|
||||
*
|
||||
* @var integer
|
||||
* @access public
|
||||
*/
|
||||
var $debug = null;
|
||||
/**
|
||||
* Return a singleton instance of Configure.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue