Skip to content

Commit

Permalink
Remove dependency on mysql-utilities formula (v2.x) (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mezzle authored and Neodork committed Jan 6, 2020
1 parent 2705275 commit b75f11f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cli/Valet/Mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ public function install($type = '[email protected]')
$this->brew->installOrFail($type);
}

if (!$this->brew->installed('mysql-utilities')) {
$this->brew->installOrFail('mysql-utilities');
}

$this->stop();
$this->installConfiguration($type);
$this->restart();
Expand Down

0 comments on commit b75f11f

Please sign in to comment.