Include composer.lock in the repository. Update dependencies.

This commit is contained in:
ErickSkrauch
2018-02-19 20:06:43 +03:00
parent ae3ec35ad8
commit ddec87e3a9
3 changed files with 337 additions and 212 deletions

View File

@ -9,7 +9,6 @@ use yii\web\NotFoundHttpException;
abstract class BaseAccountAction extends Action {
// TODO: вернуть final модификатор метода после того, как в GoAOP добавят поддержку аспектов для final методов
public function run(int $id): array {
$className = $this->getFormClassName();
/** @var AccountActionForm $model */