Removed "transaction_type"

This commit is contained in:
James Cole 2016-03-02 11:57:02 +01:00
parent 556e9f1df7
commit e8880232b3

View File

@ -130,14 +130,6 @@ class TransactionJournal extends Model
return '';
}
/**
* @return string
*/
public function getTransactionType()
{
return $this->transactionType->type;
}
/**
* @return bool
*/