This commit is contained in:
Dennis Eichhorn 2017-10-26 18:58:13 +02:00
parent 75f86a29ba
commit 9cec1628b7

View File

@ -89,7 +89,7 @@ abstract class ConnectionAbstract implements ConnectionInterface
/** /**
* Database grammar. * Database grammar.
* *
* @var Grammar * @var SchemaGrammar
* @since 1.0.0 * @since 1.0.0
*/ */
protected $schemaGrammar = null; protected $schemaGrammar = null;