We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb2d43 commit b2684e0Copy full SHA for b2684e0
README.md
@@ -92,7 +92,7 @@ $array = array_except_value($array, ['bar', 'baz']);
92
93
#### `call_in_background()`
94
95
-Calls artisan console command in background. Code execution continues immediately, without waiting for the results.
+Calls artisan console command in background. Code execution continues immediately, without waiting for results.
96
97
```php
98
call_in_background('foo');
0 commit comments