File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ offer secure content and even log in to the application.
2121 - [ Download file] ( #download-file-action )
2222 - [ View] ( #view-action )
2323 - [ Http Response] ( #http-response-action )
24- - [ Controller] (#controller-action)
24+ - [ Controller] ( #controller-action )
2525 - [ Custom Action] ( #custom-action )
2626- [ Protect with an access code] ( #protect-with-an-access-code )
2727- [ Lifetime] ( #lifetime )
@@ -75,7 +75,7 @@ once the link is visited.
7575- [ View Action] ( #view-action )
7676- [ Http Response Action] ( #http-response-action )
7777- [ Http Response] ( #http-response-action )
78- - [ Controller] (#controller-action)
78+ - [ Controller] ( #controller-action )
7979- [ Custom Action] ( #custom-action )
8080
8181### Login Action
@@ -178,7 +178,7 @@ $urlToCustomFunction = MagicLink::create($action)->url;
178178
179179### Controller Action
180180
181- MagicLink can directly call a controller via the ` ControllerAction ` action.
181+ ` MagicLink ` can directly call a controller via the ` ControllerAction ` action.
182182
183183The constructor requires one argument, the name of the controller class. With
184184the second argument can call any controller method, by default it will use the
You can’t perform that action at this time.
0 commit comments