Skip to content

Commit 4dd6259

Browse files
cklei-carlygithub-actions[bot]
authored andcommitted
Fix styling
1 parent 7ddd08b commit 4dd6259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concern/HasActions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace SolutionForest\FilamentTree\Concern;
44

5-
use Closure;
65
use Filament\Actions\Action as FilamentActionsAction;
76
use Filament\Actions\Exceptions\ActionNotResolvableException;
87
use Filament\Schemas\Schema;
@@ -64,6 +63,7 @@ public function cacheHasActions(): void
6463
// Configure action
6564
->map(function ($action) {
6665
$this->configureTreeAction($action);
66+
6767
return $action;
6868
})
6969
// Key by action name (resolve used)

0 commit comments

Comments
 (0)