Skip to content

Commit

Permalink
Fix on schema grammar constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperl22 authored and Maxime Rault committed Jun 30, 2017
1 parent 0b0a2a5 commit 3ea1576
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Schema/Grammars/DB2Grammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

class DB2Grammar extends Grammar
{
private $dbType;
/**
* The possible column modifiers.
*
Expand All @@ -37,16 +36,6 @@ class DB2Grammar extends Grammar
'bigInteger',
];

/**
* DB2Grammar constructor.
*
* @param $dbType
*/
public function __construct($dbType)
{
$this->dbType = $dbType;
}

/**
* Wrap a single string in keyword identifiers.
*
Expand Down

0 comments on commit 3ea1576

Please sign in to comment.