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 4
4
5
5
use Filament \Actions \LocaleSwitcher ;
6
6
use Illuminate \Database \Eloquent \Model ;
7
- use SolutionForest \FilamentTree \Concern \TreeRecords \Translatable ;
8
7
use SolutionForest \FilamentTree \Actions \Action ;
9
8
use SolutionForest \FilamentTree \Actions \DeleteAction ;
10
9
use SolutionForest \FilamentTree \Actions \EditAction ;
10
+ use SolutionForest \FilamentTree \Concern \TreeRecords \Translatable ;
11
11
use SolutionForest \FilamentTree \Resources \Pages \TreePage ;
12
12
use Statikbe \FilamentFlexibleContentBlockPages \Facades \FilamentFlexibleContentBlockPages ;
13
13
use Statikbe \FilamentFlexibleContentBlockPages \Filament \Form \Forms \MenuItemForm ;
@@ -104,12 +104,13 @@ public function getTreeRecordTitle(?Model $record = null): string
104
104
}
105
105
106
106
$ locale = $ this ->getActiveLocale ();
107
+
107
108
return $ record ->getDisplayLabel ($ locale );
108
109
}
109
110
110
111
public function getTreeRecordIcon (?\Illuminate \Database \Eloquent \Model $ record = null ): ?string
111
112
{
112
- //TODO
113
+ // TODO
113
114
return parent ::getTreeRecordIcon ($ record );
114
115
}
115
116
You can’t perform that action at this time.
0 commit comments