diff --git a/README.md b/README.md index 39b69ce..a9ca9b9 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,8 @@ Attribute::macro('rules', function ($rules) use ($validator) { $fail((string) $validation->messages()); } }); + + return $this; }); ```