shish 2 سال پیش
والد
کامیت
2f16b1b52a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app-ghs/controllers/TestController.php

+ 1 - 1
app-ghs/controllers/TestController.php

@@ -51,7 +51,7 @@ class TestController extends BaseController
     {
         $c = new Converter(null, [
             "fmt" => "png",
-            "in" => "<div>aaaaa</div>",
+            "in" => "/tmp/a.html",
             "out" => "/tmp/test.png"
         ]);
         $c->convert();