Skip to content

Commit 6d4592b

Browse files
authored
Merge pull request #11 from throwexceptions/master
Fix render method override
2 parents 0643cb0 + aaa0447 commit 6d4592b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WithExportQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ trait WithExportQueue
1515
* @param array $mergeData
1616
* @return mixed
1717
*/
18-
public function render(string $view, array $data = [], array $mergeData = [])
18+
public function render($view, $data = [], $mergeData = [])
1919
{
2020
if (! $this->request()->wantsJson() && $this->request()->get('action') == 'exportQueue') {
2121
return $this->exportQueue();

0 commit comments

Comments
 (0)