diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Context.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Context.php b/src/Context.php index 5cbf6a1..40cd934 100644 --- a/src/Context.php +++ b/src/Context.php @@ -524,5 +524,5 @@ abstract class Context } } -// Initialing the default context. +// Initializing the default context. Context::load(); |