We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0a2a5 commit 3ea1576Copy full SHA for 3ea1576
src/Schema/Grammars/DB2Grammar.php
@@ -10,7 +10,6 @@
10
11
class DB2Grammar extends Grammar
12
{
13
- private $dbType;
14
/**
15
* The possible column modifiers.
16
*
@@ -37,16 +36,6 @@ class DB2Grammar extends Grammar
37
36
'bigInteger',
38
];
39
40
- /**
41
- * DB2Grammar constructor.
42
- *
43
- * @param $dbType
44
- */
45
- public function __construct($dbType)
46
- {
47
- $this->dbType = $dbType;
48
- }
49
-
50
51
* Wrap a single string in keyword identifiers.
52
0 commit comments