You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@ As soon as the user Logs off all you have to do is pop the Scope and automatical
217
217
Another example could be a shopping basket where you want to ensure that not a cart from a previous session is used again. So at the beginning of a new session you push a new scope and register a new cart object. At the end of the session you pop this scope again.
218
218
219
219
### Disposing Singletons and Scopes
220
-
From V5.0 on you can pass a `disose` function when registering any Singletons. For this the registration functions have a optional parameter:
220
+
From V5.0 on you can pass a `dispose` function when registering any Singletons. For this the registration functions have a optional parameter:
0 commit comments