Skip to content

Commit

Permalink
Merge pull request #4 from confetti-framework/fix-validation-rule-req…
Browse files Browse the repository at this point in the history
…uired

Fixes wrong import of inter package in validation rule
  • Loading branch information
octoper authored May 23, 2022
2 parents 4a98a3e + 9f570e9 commit d4037e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation/rule/required.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package rule

import (
"github.com/confetti-framework/framework/contract/inter"
"github.com/confetti-framework/framework/inter"
"github.com/confetti-framework/framework/support"
)

Expand Down

0 comments on commit d4037e7

Please sign in to comment.