Code clean up.

This commit is contained in:
James Cole
2017-11-15 10:50:23 +01:00
parent 845d7d701f
commit aee17221eb
46 changed files with 47 additions and 93 deletions

View File

@@ -33,7 +33,6 @@ use Illuminate\Queue\SerializesModels;
*/
class StoredTransactionJournal extends Event
{
use SerializesModels;
/** @var TransactionJournal */
@@ -52,7 +51,5 @@ class StoredTransactionJournal extends Event
//
$this->journal = $journal;
$this->piggyBankId = $piggyBankId;
}
}