mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 11:32:40 +00:00
Added visibility in some methods and attributes.
This commit is contained in:
parent
16ef234180
commit
0575e92833
16 changed files with 27 additions and 27 deletions
|
@ -263,7 +263,7 @@ class DbAcl extends Object implements AclInterface {
|
|||
* Constructor
|
||||
*
|
||||
*/
|
||||
function __construct() {
|
||||
public function __construct() {
|
||||
parent::__construct();
|
||||
App::uses('AclNode', 'Model');
|
||||
$this->Aro = ClassRegistry::init(array('class' => 'Aro', 'alias' => 'Aro'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue