Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MOREAU Elise
project-covid
Commits
972454e7
Commit
972454e7
authored
Oct 31, 2020
by
Moreau Elise
Browse files
comment session middleware
parent
77c28e45
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/middleware.php
View file @
972454e7
...
...
@@ -5,5 +5,5 @@ use App\Application\Middleware\SessionMiddleware;
use
Slim\App
;
return
function
(
App
$app
)
{
$app
->
add
(
SessionMiddleware
::
class
);
//
$app->add(SessionMiddleware::class);
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment