File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 44
55use Filament \Actions \LocaleSwitcher ;
66use Illuminate \Database \Eloquent \Model ;
7- use SolutionForest \FilamentTree \Concern \TreeRecords \Translatable ;
87use SolutionForest \FilamentTree \Actions \Action ;
98use SolutionForest \FilamentTree \Actions \DeleteAction ;
109use SolutionForest \FilamentTree \Actions \EditAction ;
10+ use SolutionForest \FilamentTree \Concern \TreeRecords \Translatable ;
1111use SolutionForest \FilamentTree \Resources \Pages \TreePage ;
1212use Statikbe \FilamentFlexibleContentBlockPages \Facades \FilamentFlexibleContentBlockPages ;
1313use Statikbe \FilamentFlexibleContentBlockPages \Filament \Form \Forms \MenuItemForm ;
@@ -104,12 +104,13 @@ public function getTreeRecordTitle(?Model $record = null): string
104104 }
105105
106106 $ locale = $ this ->getActiveLocale ();
107+
107108 return $ record ->getDisplayLabel ($ locale );
108109 }
109110
110111 public function getTreeRecordIcon (?\Illuminate \Database \Eloquent \Model $ record = null ): ?string
111112 {
112- //TODO
113+ // TODO
113114 return parent ::getTreeRecordIcon ($ record );
114115 }
115116
You can’t perform that action at this time.
0 commit comments