wip
improve import / export flow and clean up relationships
This commit is contained in:
@@ -26,7 +26,7 @@ class PortfoliosSheet implements FromCollection, WithHeadings, WithTitle
|
||||
*/
|
||||
public function collection()
|
||||
{
|
||||
return auth()->user()->portfolios;
|
||||
return Portfolio::myPortfolios()->get();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user