Closed des1roer closed 9 years ago
после git checkout -f step-0.3 проблема пропала
на странице нужно поменять
public function actionInterview()
{
$model = new Interview();
на
public function actionInterview()
{
$model = new \frontend\models\Interview();
После git checkout -f step-0.3
namespace будет подключён через use
. Так что не нужно менять.
\yii2-tutorial\yii2-app-advanced\frontend\controllers\SiteController.php
при сохранении