Skip to content

Commit 756dd30

Browse files
committed
IHF: Readme minor fixes.
1 parent 0843c37 commit 756dd30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ $array = array_except_value($array, ['bar', 'baz']);
9595
Calls artisan console command in background. Code execution continues immediately, without waiting for results.
9696
9797
```php
98-
call_in_background('report:monthly');
98+
call_in_background('report');
9999
100-
// "php artisan report:monthly" would be called in background
100+
// "php artisan report" would be called in background
101101
```
102102
103103
Optional `before` and `after` sub-commands can be set as a second and third parameters:

0 commit comments

Comments
 (0)