mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-05-12 02:23:25 +00:00
9 lines
70 B
PHP
9 lines
70 B
PHP
![]() |
<?php
|
||
|
|
||
|
class Aro extends AclNode
|
||
|
{
|
||
|
var $hasMany = 'ArosAco';
|
||
|
|
||
|
}
|
||
|
|
||
|
?>
|