FIX t2t->e2e transfer issues
This commit is contained in:
parent
12ae3f3597
commit
9b8ecee296
@ -30,7 +30,7 @@ public function index()
|
|||||||
]
|
]
|
||||||
return $error;
|
return $error;
|
||||||
*/
|
*/
|
||||||
throw new \Exception('test');
|
// throw new \Exception('test');
|
||||||
return view('admin.productGroup.index');
|
return view('admin.productGroup.index');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -18,7 +18,7 @@ public function show(string $path = ''): View|RedirectResponse
|
|||||||
: route('dashboard.index');
|
: route('dashboard.index');
|
||||||
|
|
||||||
return view('layout.core', [
|
return view('layout.core', [
|
||||||
'site' => env('APP_STAGE', 'DEV'),
|
'site' => config('app.stage', 'DEV'),
|
||||||
'initialUrl' => $targetUrl,
|
'initialUrl' => $targetUrl,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user