diff --git a/inc/context.php b/inc/context.php index 4746be0d..137f6ebd 100644 --- a/inc/context.php +++ b/inc/context.php @@ -1,8 +1,11 @@ $config, + CacheDriver::class => function($c) { + // Use the global for backwards compatibility. + return \cache::getCache(); + } ]); }