File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -94,30 +94,30 @@ public function fields(NovaRequest $request)
9494
9595## Available Actions
9696
97- - [ ` MoveOrderDownAction ` ] ( #moveorderdown )
98- - [ ` MoveToEndAction ` ] ( #movetoend )
99- - [ ` MoveOrderUpAction ` ] ( #moveorderup )
100- - [ ` MoveToStartAction ` ] ( #movetostart )
97+ - [ ` MoveOrderDownAction ` ] ( #moveorderdownaction )
98+ - [ ` MoveToEndAction ` ] ( #movetoendaction )
99+ - [ ` MoveOrderUpAction ` ] ( #moveorderupaction )
100+ - [ ` MoveToStartAction ` ] ( #movetostartaction )
101101
102- ### MoveOrderDown
102+ ### MoveOrderDownAction
103103
104104The ` MoveOrderDownAction ` inline action moves the given model down by a single position.
105105
106106The action is automatically hidden when the model is already in the last position.
107107
108- ### MoveToEnd
108+ ### MoveToEndAction
109109
110110The ` MoveToEndAction ` inline action moves the given model to the last position.
111111
112112The action is automatically hidden when the model is already in the last position.
113113
114- ### MoveOrderUp
114+ ### MoveOrderUpAction
115115
116116The ` MoveOrderUpAction ` inline action moves the given model up by a single position.
117117
118118The action is automatically hidden when the model is already in the first position.
119119
120- ### MoveToStart
120+ ### MoveToStartAction
121121
122122The ` MoveToStartAction ` inline action moves the given model to the first position.
123123
You can’t perform that action at this time.
0 commit comments