Commit 84866727 authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): added comment

1 merge request!308WIP: (feat): Minds Pro
Pipeline #79984689 passed with stages
in 12 minutes and 41 seconds
......@@ -23,7 +23,7 @@ class Manager
$middleware = null
) {
$this->middleware = $middleware ?: [
new Middleware\ProMiddleware(),
new Middleware\ProMiddleware(), // this needs to always be the last element in this array
];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment