Skip to content

Commit

Permalink
IHF: Readme minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Feb 18, 2017
1 parent 0843c37 commit 756dd30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ $array = array_except_value($array, ['bar', 'baz']);
Calls artisan console command in background. Code execution continues immediately, without waiting for results.

```php
call_in_background('report:monthly');
call_in_background('report');

// "php artisan report:monthly" would be called in background
// "php artisan report" would be called in background
```

Optional `before` and `after` sub-commands can be set as a second and third parameters:
Expand Down

0 comments on commit 756dd30

Please sign in to comment.