From 253813816ec379282cebd6815b77479c42814d27 Mon Sep 17 00:00:00 2001 From: jordanbrauer Date: Mon, 9 Oct 2017 22:31:08 -0500 Subject: [PATCH] Fix: add dump of conversion var for example file --- examples.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples.php b/examples.php index f9e1f8b5..0e89c87b 100644 --- a/examples.php +++ b/examples.php @@ -46,3 +46,5 @@ ->from("in") ->to("cm") ; + +dump($conversion);