Skip to content

Commit 1fbd566

Browse files
committed
refactor: removes useless constructor
1 parent 3a56ff2 commit 1fbd566

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Providers/Models/DTO/ModelConfig.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,6 @@ final class ModelConfig extends AbstractDataValueObject
110110
*/
111111
protected ?array $customOptions = null;
112112

113-
/**
114-
* Constructor.
115-
*
116-
* @since n.e.x.t
117-
*/
118-
public function __construct()
119-
{
120-
// All properties are optional and set via setters
121-
}
122-
123113
/**
124114
* Sets the output modalities.
125115
*

0 commit comments

Comments
 (0)