Why I am getting this error?
$this->ExportArticles($shopId);
$row_collections = collect($this->rows);
$blog_collection = collect($this->blogs);
$sheets = new SheetCollection([
'articles' =>$row_collections,
'blogs' => $blog_collection
]);
(new FastExcel($sheets))->export('articles.csv');
Why I am getting this error? $this->ExportArticles($shopId); $row_collections = collect($this->rows); $blog_collection = collect($this->blogs); $sheets = new SheetCollection([ 'articles' =>$row_collections, 'blogs' => $blog_collection ]); (new FastExcel($sheets))->export('articles.csv');