Fix on schema grammar constructor
This commit is contained in:
parent
0b0a2a5201
commit
3ea1576fb0
@ -10,7 +10,6 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
class DB2Grammar extends Grammar
|
class DB2Grammar extends Grammar
|
||||||
{
|
{
|
||||||
private $dbType;
|
|
||||||
/**
|
/**
|
||||||
* The possible column modifiers.
|
* The possible column modifiers.
|
||||||
*
|
*
|
||||||
@ -37,16 +36,6 @@ class DB2Grammar extends Grammar
|
|||||||
'bigInteger',
|
'bigInteger',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
|
||||||
* DB2Grammar constructor.
|
|
||||||
*
|
|
||||||
* @param $dbType
|
|
||||||
*/
|
|
||||||
public function __construct($dbType)
|
|
||||||
{
|
|
||||||
$this->dbType = $dbType;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wrap a single string in keyword identifiers.
|
* Wrap a single string in keyword identifiers.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user