mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 04:22:40 +00:00
remove name attribute where not necessary, clean up doc blocks
This commit is contained in:
parent
b75449df9e
commit
394bf1054d
32 changed files with 246 additions and 707 deletions
|
@ -33,13 +33,6 @@ App::uses('DbAcl', 'Model');
|
|||
*/
|
||||
class AclPerson extends CakeTestModel {
|
||||
|
||||
/**
|
||||
* name property
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $name = 'AclPerson';
|
||||
|
||||
/**
|
||||
* useTable property
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue