Customer OfflinePayment finished

This commit is contained in:
Cüneyt Şentürk
2017-11-19 04:14:02 +03:00
parent 021b853127
commit b068b7f7a6
5 changed files with 20 additions and 8 deletions

View File

@ -24,7 +24,7 @@ class EventServiceProvider extends ServiceProvider
'Illuminate\Auth\Events\Logout' => [
'App\Listeners\Auth\Logout',
],
'App\Events\Events\InvoicePaid' => [
'App\Events\InvoicePaid' => [
'App\Listeners\Incomes\Invoice\Paid',
],
];