Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev authored Dec 6, 2024
1 parent 1d7bb3a commit 797d25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ LaravelStub::from(__DIR__ . 'model.stub')
])
->conditions([
'hasController' => true,
'hasController' => fn() => return false, // or with closure
'hasController' => fn() => false, // or with closure
])
->generate();
```
Expand Down

0 comments on commit 797d25a

Please sign in to comment.