Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Jun 29, 2022
1 parent 55dfa14 commit b85a5c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b85a5c5

Please sign in to comment.