diff --git a/app/Events/Banking/AccountCreated.php b/app/Events/Banking/AccountCreated.php index 78570ca85..0b9051254 100644 --- a/app/Events/Banking/AccountCreated.php +++ b/app/Events/Banking/AccountCreated.php @@ -1,21 +1,21 @@ -account = $account; - } -} \ No newline at end of file +account = $account; + } +} diff --git a/app/Events/Banking/AccountCreating.php b/app/Events/Banking/AccountCreating.php index e6c500b05..b20055374 100644 --- a/app/Events/Banking/AccountCreating.php +++ b/app/Events/Banking/AccountCreating.php @@ -1,20 +1,20 @@ -request = $request; - } -} \ No newline at end of file +request = $request; + } +} diff --git a/app/Events/Banking/AccountDeleted.php b/app/Events/Banking/AccountDeleted.php index 22bf63d4a..9374a2c68 100644 --- a/app/Events/Banking/AccountDeleted.php +++ b/app/Events/Banking/AccountDeleted.php @@ -1,20 +1,20 @@ -account = $account; - } -} \ No newline at end of file +account = $account; + } +} diff --git a/app/Events/Banking/AccountDeleting.php b/app/Events/Banking/AccountDeleting.php index 016e6a618..f2d81ec6d 100644 --- a/app/Events/Banking/AccountDeleting.php +++ b/app/Events/Banking/AccountDeleting.php @@ -1,20 +1,20 @@ -account = $account; - } -} \ No newline at end of file +account = $account; + } +} diff --git a/app/Events/Banking/AccountUpdated.php b/app/Events/Banking/AccountUpdated.php index 80746fa08..5a666f1af 100644 --- a/app/Events/Banking/AccountUpdated.php +++ b/app/Events/Banking/AccountUpdated.php @@ -1,25 +1,25 @@ -account = $account; - $this->request = $request; - } -} \ No newline at end of file +account = $account; + $this->request = $request; + } +} diff --git a/app/Events/Banking/AccountUpdating.php b/app/Events/Banking/AccountUpdating.php index 9949dd5b8..a76ebfae1 100644 --- a/app/Events/Banking/AccountUpdating.php +++ b/app/Events/Banking/AccountUpdating.php @@ -1,25 +1,25 @@ -account = $account; - $this->request = $request; - } -} \ No newline at end of file +account = $account; + $this->request = $request; + } +} diff --git a/app/Events/Banking/TransactionDeleted.php b/app/Events/Banking/TransactionDeleted.php index e11ea9976..d06529be2 100644 --- a/app/Events/Banking/TransactionDeleted.php +++ b/app/Events/Banking/TransactionDeleted.php @@ -1,20 +1,20 @@ -transaction = $transaction; - } -} +transaction = $transaction; + } +} diff --git a/app/Events/Banking/TransactionDeleting.php b/app/Events/Banking/TransactionDeleting.php index f5a0d7b0d..8a74a515d 100644 --- a/app/Events/Banking/TransactionDeleting.php +++ b/app/Events/Banking/TransactionDeleting.php @@ -1,20 +1,20 @@ -transaction = $transaction; - } -} +transaction = $transaction; + } +}