mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fixed some formatting
This commit is contained in:
parent
180ecb7929
commit
391d997c27
1 changed files with 1 additions and 1 deletions
|
@ -7976,7 +7976,7 @@ class ModelReadTest extends BaseModelTest {
|
|||
public function testRelatedAfterFindCallback() {
|
||||
$this->loadFixtures('Something', 'SomethingElse', 'JoinThing');
|
||||
$Something = new Something();
|
||||
|
||||
|
||||
$Something->bindModel(array(
|
||||
'hasMany' => array(
|
||||
'HasMany' => array(
|
||||
|
|
Loading…
Add table
Reference in a new issue