mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
correct property comment
This commit is contained in:
parent
9b4c2f3c86
commit
827c815cf1
1 changed files with 1 additions and 1 deletions
|
@ -3258,7 +3258,7 @@ class TranslatedArticle extends CakeTestModel {
|
|||
public $belongsTo = array('User');
|
||||
|
||||
/**
|
||||
* belongsTo property
|
||||
* hasMany property
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue