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

Fixed typo: eliminated unused parameter.

parent 5b9271cf
No related merge requests found
......@@ -115,7 +115,7 @@ class ResourceContainer
*
* @return string
*/
public function getFavicon($favicon)
public function getFavicon()
{
return $this->favicon;
}
......
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