fix typo in PrependDescription [skip ci]

This commit is contained in:
HamuZ HamuZ
2018-10-01 08:21:03 +03:00
committed by GitHub
parent 50ab1fa3f0
commit efa3eb1981

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
{ {