From 7138a91183018798c683b4d7e31abb685a28616b Mon Sep 17 00:00:00 2001 From: Yarik Date: Thu, 18 Feb 2016 14:47:25 +0200 Subject: [PATCH] test --- common/models/Vacancy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/models/Vacancy.php b/common/models/Vacancy.php index afe11d5..faff8e4 100644 --- a/common/models/Vacancy.php +++ b/common/models/Vacancy.php @@ -64,7 +64,7 @@ { return [ [ - [ 'name' ], + [ 'name', 'description', 'city', 'link', 'specializationInput' ], 'required', ], [ @@ -72,7 +72,7 @@ 'string', ], [ - [ 'employmentInput', 'specializationInput' ], + [ 'employmentInput', ], 'safe', ], [ -- libgit2 0.21.4