Skip to content

Commit

Permalink
Update Ajax.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark authored Feb 4, 2019
1 parent cb9464e commit 71af4c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Middleware/Ajax.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ As with the component, you can pass the settings either directly inline here, or
$middlewareQueue->add(new AjaxMiddleware(['viewClass' => 'MyAjax']))
```

If you're converting from the component, remember to it from your controller initialization.
If you're converting from the component, remember to remove it from your controller initialization.

That should be it! All your existing functionality and unit tests should just work.
That should be it! All your existing functionality and unit tests should just work.

0 comments on commit 71af4c4

Please sign in to comment.