Merge remote-tracking branch 'upstream/master' into profile-and-address-fixed
This commit is contained in:
commit
23be299f27
|
|
@ -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