Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Feb 24, 2022
1 parent c7fefb7 commit 972e492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/DatabaseManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ public function extend($name, callable $resolver)
*/
public function forgetExtension($name)
{
unset($this->extensions[$name]);
unset($this->extensions[$name]);
}

/**
Expand Down

0 comments on commit 972e492

Please sign in to comment.