Skip to content

Commit

Permalink
crlf
Browse files Browse the repository at this point in the history
  • Loading branch information
jturbide committed Nov 2, 2024
1 parent 1d59918 commit b77c09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Mvc/Model/Traits/Count.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
*/
trait Count
{
public static function subCount(mixed $find) {
public static function subCount(mixed $find)
{
$find ??= [];
$find = is_array($find) ? $find : [$find];

Expand Down
1 change: 0 additions & 1 deletion src/Mvc/Model/Traits/Relationship.php
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,6 @@ public function postSaveRelatedRecordsAfter(RelationInterface $relation, $relate
]);
return false;
}

}

return true;
Expand Down

0 comments on commit b77c09b

Please sign in to comment.