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

Remove duplicate definition.

parent c7c2ea34
No related merge requests found
...@@ -248,14 +248,4 @@ class ParamBag implements \Countable ...@@ -248,14 +248,4 @@ class ParamBag implements \Countable
} }
return $request; return $request;
} }
/**
* Get a count of parameters set in the bag.
*
* @return int
*/
public function count()
{
return count($this->params);
}
} }
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