Merge pull request #1753 from hamuz/patch-4

fix typo in PrependDescription [skip ci]
This commit is contained in:
James Cole 2018-10-01 07:25:38 +02:00 committed by GitHub
commit 89cc01ce44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ use FireflyIII\Models\TransactionJournal;
use Log; use Log;
/** /**
* Class AppendDescription. * Class PrependDescription.
*/ */
class PrependDescription implements ActionInterface class PrependDescription implements ActionInterface
{ {