This commit is contained in:
James Cole
2018-03-09 20:58:46 +01:00
parent 04b2eaf535
commit 0d58530f55

View File

@@ -103,7 +103,7 @@ class MassController extends Controller
/** @var TransactionJournal $journal */
foreach ($set as $journal) {
$this->repository->delete($journal);
$this->repository->destroy($journal);
++$count;
}