mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Revert changes in 2290b612f8
I think they broke the builds in our CI environments. Refs #10894
This commit is contained in:
parent
9a101c2c1c
commit
0d68007e5c
1 changed files with 1 additions and 7 deletions
|
@ -260,13 +260,7 @@ class Article extends CakeTestModel {
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
public $hasAndBelongsToMany = array(
|
||||
'Tag' => array(
|
||||
'order' => array(
|
||||
'Tag.id' => 'ASC',
|
||||
),
|
||||
),
|
||||
);
|
||||
public $hasAndBelongsToMany = array('Tag');
|
||||
|
||||
/**
|
||||
* validate property
|
||||
|
|
Loading…
Reference in a new issue