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