Skip to content

Commit

Permalink
Merge pull request #28301 from driesvints/revert-pr-28214
Browse files Browse the repository at this point in the history
[5.8] Remove method call through constructor
  • Loading branch information
driesvints authored Apr 22, 2019
2 parents 8dfd364 + bd2ac94 commit 0b5d819
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/Illuminate/Database/Schema/MySqlBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,10 @@

namespace Illuminate\Database\Schema;

use Illuminate\Database\Connection;
use Illuminate\Database\Schema\Types\TinyInteger;

class MySqlBuilder extends Builder
{
/**
* Create a new builder instance.
*
* @param \Illuminate\Database\Connection $connection
* @return void
*
* @throws \Doctrine\DBAL\DBALException
*/
public function __construct(Connection $connection)
{
parent::__construct($connection);

$this->registerCustomDoctrineTypes();
}

/**
* Determine if the given table exists.
*
Expand Down

0 comments on commit 0b5d819

Please sign in to comment.