Skip to content

Hotfix runInForeground method not chain-able

Compare
Choose a tag to compare
@peppeocchi peppeocchi released this 03 Feb 09:37
· 76 commits to master since this release
Made "runInForeground" chainable (#9)

The docs show runInForeground being chained with the following function being "every", however this fails as it does not return the instance of the Job class being used. added "return $this" to method