Fix panel accept page
This commit is contained in:
@@ -10,7 +10,9 @@ class Provider extends SecureBaseController
|
||||
public function StartProviders() {
|
||||
$this->product_model = new \App\Models\Product_model();
|
||||
$data = array();
|
||||
$data['product_array'] = $this->product_model->getProducts(); // $product_array;
|
||||
$data['product_array'] = $this->product_model->getProducts(''); // $product_array;
|
||||
// var_dump($data['product_array']);
|
||||
// exit;
|
||||
return $this->renderProviderSecurePage('dash', $data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user