File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 44
55use Filament \Actions \CreateAction ;
66use Illuminate \Database \Eloquent \Model ;
7- use SolutionForest \FilamentTree \Actions ;
87use SolutionForest \FilamentTree \Actions \EditAction ;
98use SolutionForest \FilamentTree \Actions \ViewAction ;
109use SolutionForest \FilamentTree \Concern \HasTranslatableRecords ;
@@ -67,7 +66,7 @@ protected function afterConfiguredCreateAction(CreateAction $action): CreateActi
6766
6867 protected function afterConfiguredEditAction (EditAction $ action ): EditAction
6968 {
70- /** @var Actions\ EditAction */
69+ /** @var EditAction */
7170 $ action = parent ::afterConfiguredEditAction ($ action );
7271
7372 $ action ->mutateRecordDataUsing (function (array $ data , Model $ record ) {
@@ -96,7 +95,7 @@ protected function afterConfiguredEditAction(EditAction $action): EditAction
9695
9796 protected function afterConfiguredViewAction (ViewAction $ action ): ViewAction
9897 {
99- /** @var Actions\ ViewAction */
98+ /** @var ViewAction */
10099 $ action = parent ::afterConfiguredViewAction ($ action );
101100
102101 $ action ->mutateRecordDataUsing (function (array $ data , Model $ record ) {
You can’t perform that action at this time.
0 commit comments