Rename models for clarity

This commit is contained in:
James Cole
2016-01-12 21:38:05 +01:00
parent 4b35059140
commit 11f63fa6ce
6 changed files with 19 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
<?php
/**
* JournalWasCreated.php
* TransactionJournalStored.php
* Copyright (C) 2016 Sander Dorigo
*
* This software may be modified and distributed under the terms
@@ -13,7 +13,7 @@ use FireflyIII\Models\TransactionJournal;
use Illuminate\Queue\SerializesModels;
/**
* Class JournalWasCreated
* Class TransactionJournalStored
*
* @codeCoverageIgnore
* @package FireflyIII\Events