Skip to content

Commit 2cde09f

Browse files
committed
updating routes.
1 parent 410236e commit 2cde09f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636

3737
$app->after(function($request, $response) use ($app)
3838
{
39-
$app['session']->finish($response);
39+
$app['session']->finish($response, $app['cookie']);
4040
});

0 commit comments

Comments
 (0)