Skip to content

Commit

Permalink
Require manufacturer ID
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 29, 2013
1 parent 02f1977 commit 56adc67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class Model extends Elegant {
'name' => 'required|alpha_space|min:3',
'modelno' => 'alpha_space|min:1',
'category_id' => 'required|integer',
'manufacturer_id' => 'required|integer',
);

public function assets()
Expand Down

0 comments on commit 56adc67

Please sign in to comment.