v1.0.0 initial release
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Bus\Events;
|
||||
|
||||
use Illuminate\Bus\Batch;
|
||||
|
||||
class BatchDispatched
|
||||
{
|
||||
/**
|
||||
* Create a new event instance.
|
||||
*
|
||||
* @param \Illuminate\Bus\Batch $batch The batch instance.
|
||||
*/
|
||||
public function __construct(
|
||||
public Batch $batch,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user