Skip to content

Commit 3ea1576

Browse files
cooperl22Maxime Rault
authored andcommitted
Fix on schema grammar constructor
1 parent 0b0a2a5 commit 3ea1576

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Schema/Grammars/DB2Grammar.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
class DB2Grammar extends Grammar
1212
{
13-
private $dbType;
1413
/**
1514
* The possible column modifiers.
1615
*
@@ -37,16 +36,6 @@ class DB2Grammar extends Grammar
3736
'bigInteger',
3837
];
3938

40-
/**
41-
* DB2Grammar constructor.
42-
*
43-
* @param $dbType
44-
*/
45-
public function __construct($dbType)
46-
{
47-
$this->dbType = $dbType;
48-
}
49-
5039
/**
5140
* Wrap a single string in keyword identifiers.
5241
*

0 commit comments

Comments
 (0)