Browse Source

fixed DB password that can be empty

Fabien Potencier 14 năm trước cách đây
mục cha
commit
7b8c88a271
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      Step/DoctrineStep.php

+ 0 - 3
Step/DoctrineStep.php

@@ -42,9 +42,6 @@ class DoctrineStep implements StepInterface
      */
     public $user;
 
-    /**
-     * @validation:NotBlank
-     */
     public $password;
 
     public function __construct(array $parameters)