Commit 872da372 authored by Igor Wiedler's avatar Igor Wiedler

remove map argument from constructor

parent aa6b7fb9
......@@ -35,7 +35,7 @@ class Framework extends HttpKernel
/**
* Constructor.
*/
public function __construct(array $map = null)
public function __construct()
{
$this->routes = new RouteCollection();
......
Markdown is supported
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