mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixed some formatting
This commit is contained in:
parent
f5daf1c8aa
commit
180ecb7929
1 changed files with 1 additions and 1 deletions
|
@ -1550,7 +1550,7 @@ class JoinThing extends CakeTestModel {
|
|||
*/
|
||||
public function afterFind($results, $primary = false) {
|
||||
foreach ($results as $key => $result) {
|
||||
if( !empty($result[$this->alias]) && is_array($result[$this->alias])) {
|
||||
if (!empty($result[$this->alias]) && is_array($result[$this->alias])) {
|
||||
$results[$key][$this->alias]['afterFind'] = 'Successfuly added by AfterFind';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue