Commit 7138a91183018798c683b4d7e31abb685a28616b

Authored by Yarik
1 parent 9d05331a

test

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
common/models/Vacancy.php
@@ -64,7 +64,7 @@ @@ -64,7 +64,7 @@
64 { 64 {
65 return [ 65 return [
66 [ 66 [
67 - [ 'name' ], 67 + [ 'name', 'description', 'city', 'link', 'specializationInput' ],
68 'required', 68 'required',
69 ], 69 ],
70 [ 70 [
@@ -72,7 +72,7 @@ @@ -72,7 +72,7 @@
72 'string', 72 'string',
73 ], 73 ],
74 [ 74 [
75 - [ 'employmentInput', 'specializationInput' ], 75 + [ 'employmentInput', ],
76 'safe', 76 'safe',
77 ], 77 ],
78 [ 78 [