Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Oct 10, 2024
1 parent 3d812b4 commit 3a6a721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Jobs/QueuedExportAsCsv.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function handle()
'nova-actions-export-as-csv', new File($exportedFilename), $filename, 'public'
);

(new Filesystem())->delete($exportedFilename);
(new Filesystem)->delete($exportedFilename);

/** @var \Illuminate\Contracts\Auth\Authenticatable&\Illuminate\Database\Eloquent\Model $user */
$user = $userModel::findOrFail($this->userId);
Expand Down
2 changes: 1 addition & 1 deletion workbench/app/Providers/NovaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ protected function gate()
protected function dashboards()
{
return [
new \Laravel\Nova\Dashboards\Main(),
new \Laravel\Nova\Dashboards\Main,
];
}

Expand Down

0 comments on commit 3a6a721

Please sign in to comment.