Skip to content
Snippets Groups Projects
Commit 3a8ed590 authored by Demian Katz's avatar Demian Katz
Browse files

Removed completed TODOs.

parent 46d33288
No related merge requests found
......@@ -124,7 +124,6 @@ class UserStatsFields extends Gateway
*/
public function getCount($field, $value = null)
{
// TODO
$callback = function($select) use ($field, $value) {
$select->columns(
array(
......@@ -154,7 +153,6 @@ class UserStatsFields extends Gateway
*/
public function getTop($field, $number)
{
// TODO
$callback = function($select) use ($field, $number) {
$select->columns(
array(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment