From 3ea1576fb057cfed7aa15b4d7eb3d52b88ea01bd Mon Sep 17 00:00:00 2001 From: Cooperl Arc Atlantique Date: Fri, 30 Jun 2017 09:07:15 +0200 Subject: [PATCH] Fix on schema grammar constructor --- src/Schema/Grammars/DB2Grammar.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/Schema/Grammars/DB2Grammar.php b/src/Schema/Grammars/DB2Grammar.php index 3b19104..44b5488 100644 --- a/src/Schema/Grammars/DB2Grammar.php +++ b/src/Schema/Grammars/DB2Grammar.php @@ -10,7 +10,6 @@ use Illuminate\Database\Schema\Blueprint; class DB2Grammar extends Grammar { - private $dbType; /** * The possible column modifiers. * @@ -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. *