We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0643cb0 + aaa0447 commit 6d4592bCopy full SHA for 6d4592b
src/WithExportQueue.php
@@ -15,7 +15,7 @@ trait WithExportQueue
15
* @param array $mergeData
16
* @return mixed
17
*/
18
- public function render(string $view, array $data = [], array $mergeData = [])
+ public function render($view, $data = [], $mergeData = [])
19
{
20
if (! $this->request()->wantsJson() && $this->request()->get('action') == 'exportQueue') {
21
return $this->exportQueue();
0 commit comments