PATH:
home
/
lab2454c
/
omvstudio.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Bus
<?php namespace Illuminate\Bus; use DateTimeInterface; interface PrunableBatchRepository extends BatchRepository { /** * Prune all of the entries older than the given date. * * @param \DateTimeInterface $before * @return int */ public function prune(DateTimeInterface $before); }
[-] PrunableBatchRepository.php
[edit]
[-] composer.json
[edit]
[-] BatchRepository.php
[edit]
[+]
..
[-] BatchFactory.php
[edit]
[-] Dispatcher.php
[edit]
[-] Queueable.php
[edit]
[-] UpdatedBatchJobCounts.php
[edit]
[-] DatabaseBatchRepository.php
[edit]
[+]
Events
[-] UniqueLock.php
[edit]
[-] PendingBatch.php
[edit]
[-] LICENSE.md
[edit]
[-] BusServiceProvider.php
[edit]
[-] Batchable.php
[edit]
[-] Batch.php
[edit]