Skip to content

Commit

Permalink
Add session middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Mar 21, 2019
1 parent cf937b2 commit b7d6f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,5 @@ $app->group('/users', function () {
$this->post('/login', \App\Action\UserLoginSubmitAction::class);
$this->get('/login', \App\Action\UserLoginIndexAction::class);
$this->get('/logout', \App\Action\UserLogoutAction::class);
})->add(SessionMiddleware::class);
})->add(\Odan\Session\SessionMiddleware::class);
```

0 comments on commit b7d6f8f

Please sign in to comment.