We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77c09b commit 5a9d54aCopy full SHA for 5a9d54a
src/Mvc/Model/Traits/Count.php
@@ -46,6 +46,6 @@ public static function subCount(mixed $find)
46
$row = $result->fetch();
47
48
// Return the total count
49
- return (int) $row['total_count'];
+ return (int)$row['total_count'];
50
}
51
0 commit comments