interface
Illuminate
/
Bus
/
PrunableBatchRepository
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
PrunableBatchRepository
Methods
public
prune ( DateTimeInterface $before ) : int
Prune all of the entries older than the given date.
Parameters
- $before DateTimeInterface