create sending webservices to panjereh vahed
This commit is contained in:
18
app/Events/V3/Dashboard/Harim/PaymentExecutedEvent.php
Normal file
18
app/Events/V3/Dashboard/Harim/PaymentExecutedEvent.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace App\Events\V3\Dashboard\Harim;
|
||||
|
||||
use App\Models\Harim;
|
||||
use Illuminate\Broadcasting\InteractsWithSockets;
|
||||
use Illuminate\Foundation\Events\Dispatchable;
|
||||
use Illuminate\Queue\SerializesModels;
|
||||
|
||||
class PaymentExecutedEvent
|
||||
{
|
||||
use Dispatchable, InteractsWithSockets, SerializesModels;
|
||||
|
||||
/**
|
||||
* Create a new event instance.
|
||||
*/
|
||||
public function __construct(public Harim $harim){}
|
||||
}
|
||||
Reference in New Issue
Block a user