mirror of
https://github.com/flextype/flextype.git
synced 2025-08-15 01:24:25 +02:00
- Information Controller/Views implementation
This commit is contained in:
@@ -9,10 +9,10 @@ class InformationController extends Controller
|
||||
private $view;
|
||||
private $router;
|
||||
|
||||
public function __construct($view, $router)
|
||||
public function __construct($container)
|
||||
{
|
||||
$this->view = $view;
|
||||
$this->router = $router;
|
||||
$this->view = $container->view;
|
||||
$this->router = $container->router;
|
||||
}
|
||||
|
||||
public function index($request, $response, $args)
|
||||
|
Reference in New Issue
Block a user