File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77class QuickActionsWidget extends Widget
88{
9- protected static string $ view = 'filament.app.widgets.quick-actions ' ;
10-
9+ protected string $ view = 'filament.app.widgets.quick-actions ' ;
10+
1111 protected int | string | array $ columnSpan = 'full ' ;
12-
12+
1313 protected static ?int $ sort = 2 ;
1414
1515 public function getViewData (): array
@@ -61,4 +61,4 @@ public function getViewData(): array
6161 ]
6262 ];
6363 }
64- }
64+ }
Original file line number Diff line number Diff line change 99
1010class RecentActivityWidget extends Widget
1111{
12- protected static string $ view = 'filament.app.widgets.recent-activity ' ;
13-
12+ protected string $ view = 'filament.app.widgets.recent-activity ' ;
13+
1414 protected int | string | array $ columnSpan = [
1515 'md ' => 2 ,
1616 'xl ' => 1 ,
1717 ];
18-
18+
1919 protected static ?int $ sort = 3 ;
2020
2121 public function getViewData (): array
@@ -56,4 +56,4 @@ public function getViewData(): array
5656 'activities ' => $ activities
5757 ];
5858 }
59- }
59+ }
You can’t perform that action at this time.
0 commit comments