Skip to content

Commit 3a6a721

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 3d812b4 commit 3a6a721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Jobs/QueuedExportAsCsv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function handle()
9898
'nova-actions-export-as-csv', new File($exportedFilename), $filename, 'public'
9999
);
100100

101-
(new Filesystem())->delete($exportedFilename);
101+
(new Filesystem)->delete($exportedFilename);
102102

103103
/** @var \Illuminate\Contracts\Auth\Authenticatable&\Illuminate\Database\Eloquent\Model $user */
104104
$user = $userModel::findOrFail($this->userId);

workbench/app/Providers/NovaServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protected function gate()
5454
protected function dashboards()
5555
{
5656
return [
57-
new \Laravel\Nova\Dashboards\Main(),
57+
new \Laravel\Nova\Dashboards\Main,
5858
];
5959
}
6060

0 commit comments

Comments
 (0)