Transaction event and notification changes..

This commit is contained in:
Cüneyt Şentürk
2021-06-30 10:51:52 +03:00
parent f9b5611611
commit 0fd2288116
8 changed files with 148 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Events\Transaction;
namespace App\Events\Banking;
use Illuminate\Queue\SerializesModels;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Events\Transaction;
namespace App\Events\Banking;
use App\Abstracts\Event;