191111 0158
Этот коммит содержится в:
@@ -6,8 +6,8 @@ use MyApp\Core\View;
|
||||
|
||||
class DefaultView extends View
|
||||
{
|
||||
public function index()
|
||||
public function index(): string
|
||||
{
|
||||
$this->setTitle('Index')->render('default/index');
|
||||
return $this->setTitle('Index')->render('default/index');
|
||||
}
|
||||
}
|
||||
|
Ссылка в новой задаче
Block a user