mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #2188
This commit is contained in:
parent
eb2ee0c683
commit
04bf92d946
@ -39,7 +39,6 @@ use League\Fractal\Manager;
|
||||
use League\Fractal\Resource\Item;
|
||||
use League\Fractal\Serializer\DataArraySerializer;
|
||||
use Symfony\Component\HttpFoundation\ParameterBag;
|
||||
use URL;
|
||||
|
||||
/**
|
||||
* Class BillController.
|
||||
@ -263,7 +262,7 @@ class BillController extends Controller
|
||||
app('preferences')->mark();
|
||||
}
|
||||
|
||||
return redirect(URL::previous());
|
||||
return redirect(route('bills.show', [$bill->id]));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user