fix starter

This commit is contained in:
CHIEFSOFT\ameye
2024-10-26 21:58:03 -04:00
parent 981ed8adcf
commit d01237f466
3 changed files with 36 additions and 2 deletions
+6
View File
@@ -80,6 +80,12 @@ class Provider extends SecureBaseController
return $this->providerSecurePage('product', $data);
}
public function StartProcess($productId){
// echo $productId;
// exit;
return redirect()->to("product/$productId");
}
public function alerts() {
$data = array();
$out = array();