Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow chaining of
->newLine()
(#41327)
```php $this->newLine(); $this->info('Success!'); ``` can now be shortened to ```php $this->newLine()->info('Success'); ```
- Loading branch information