mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
All API routes seem to work.
This commit is contained in:
@@ -80,7 +80,7 @@ class TransactionController extends Controller
|
||||
public function delete(Transaction $transaction)
|
||||
{
|
||||
$journal = $transaction->transactionJournal;
|
||||
$this->repository->delete($journal);
|
||||
$this->repository->destroy($journal);
|
||||
|
||||
return response()->json([], 204);
|
||||
}
|
||||
|
Reference in New Issue
Block a user