Skip to content

Commit

Permalink
Update ActionStore.php
Browse files Browse the repository at this point in the history
  • Loading branch information
forecho authored Jul 18, 2018
1 parent 4f08b6e commit 65ed082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/ActionStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function rules()
[['type', 'model', 'model_id'], 'required'],
[['user_id', 'model_id', 'value', 'created_at', 'updated_at'], 'integer'],
['user_type', 'default', 'value' => 'user'],
[['type', 'user_type', 'model'], 'string', 'max' => 255],
[['type', 'user_type', 'model'], 'string', 'max' => 20],
];
}

Expand Down

0 comments on commit 65ed082

Please sign in to comment.