Fix downlod produts
This commit is contained in:
parent
2e98a6f077
commit
01b050a4b1
|
|
@ -32,7 +32,7 @@ class ExportController extends Controller
|
|||
|
||||
$path = '\Webkul\Admin\DataGrids' . '\\' . last($gridName);
|
||||
|
||||
$gridInstance = new $path;
|
||||
$gridInstance = App::make($path);
|
||||
|
||||
$records = $gridInstance->export();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue