Size: a a a
J
A
ДК
A
ДК
A
А
А
S
S
А
ДК
S
ДК
А
class MainController
{
private $container;
public function __construct(ContainerInterface $container)
{
$this->container = $container;
}
public function login($request, $response)
{
return $container->get('view')->render($response, 'admin/login.html');
}
}
А
А
А
А
return $this->container->get('view')->render($response, 'admin/login.html');```