From b85a5c5405796adf93222b5a297d7c39295ba35c Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Thu, 30 Jun 2022 00:09:47 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 730f634..8b82292 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,8 @@ class AppServiceProvider extends ServiceProvider return $model->posts->count() > 0; }); ``` -**Note: Tho variable name passed to the `completeIf` callback must be `$model`** + +The variable name passed to the `completeIf` callback must be `$model`. ### Usage