This commit is contained in:
Dmitry Khomutov 2016-04-25 23:30:23 +06:00
commit ca2f5ed197
30 changed files with 181 additions and 338 deletions

View file

@ -128,4 +128,4 @@ class Response
{
return $this->flush();
}
}
}

View file

@ -2,8 +2,7 @@
namespace b8\Http;
use b8\Application;
use b8\Config;
use b8\Application, b8\Config;
class Router
{