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 5b144e1 + e94ccef commit e03a91fCopy full SHA for e03a91f
src/Controllers/SentEmailsController.php
@@ -12,7 +12,7 @@ class SentEmailsController
12
{
13
public function index(Request $request): View
14
15
- $emails = SentEmail::orderby('id', 'desc')
+ $emails = SentEmail::with('attachments')->orderby('id', 'desc')
16
->applyFilters($request)
17
->paginate(config('sentemails.perPage'));
18
0 commit comments