diff --git a/src/context.php b/src/context.php index 19c63bd..dd6d848 100644 --- a/src/context.php +++ b/src/context.php @@ -29,7 +29,7 @@ class context */ public static function push($params) { - self::$context = self::$context->extend( $params ); + self::$context = \arc\prototype::extend(self::$context, $params ); } /**