瀏覽代碼

Merge branch 'develop' into form-js

Sangfroid 8 月之前
父節點
當前提交
8c8f627f15
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Service/OptionsManager.php

+ 0 - 1
src/Service/OptionsManager.php

@@ -24,7 +24,6 @@ class OptionsManager
 
     public function vue(): string
     {
-        dump(View::TABLEAU);
         if ($this->options->getView() === View::TABLEAU)
         {
             return "tableaux";