Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
fix class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Coppola committed May 3, 2020
1 parent a07b425 commit 76543dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MicroMySqlConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Illuminate\Database\MySqlConnection as BaseMysqlConnection;

class MySqlConnection extends BaseMysqlConnection
class MicroMySqlConnection extends BaseMysqlConnection
{
public function recordsHaveBeenModified($value = true)
{
Expand Down

0 comments on commit 76543dc

Please sign in to comment.