Преглед изворни кода

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