mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
remove dd
This commit is contained in:
parent
dc418a7033
commit
786799225c
|
@ -1462,7 +1462,7 @@ class Helper
|
||||||
|
|
||||||
|
|
||||||
static public function getRedirectOption($request, $Id, $table)
|
static public function getRedirectOption($request, $Id, $table)
|
||||||
{ dd($request);
|
{
|
||||||
$redirect_option = session::get('redirect_option');
|
$redirect_option = session::get('redirect_option');
|
||||||
$checkout_to_type = session::get('checkout_to_type');
|
$checkout_to_type = session::get('checkout_to_type');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue