ソースを参照

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";