Skip to content

Commit 5a9d54a

Browse files
committed
crlf
1 parent b77c09b commit 5a9d54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/Model/Traits/Count.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ public static function subCount(mixed $find)
4646
$row = $result->fetch();
4747

4848
// Return the total count
49-
return (int) $row['total_count'];
49+
return (int)$row['total_count'];
5050
}
5151
}

0 commit comments

Comments
 (0)