Skip to content

Commit

Permalink
Update DatabaseManager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Mar 11, 2019
1 parent 9279ee6 commit 8fd4a19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Illuminate/Database/DatabaseManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,9 @@ public function getConnections()
* Set the reconnect instance on connections created by this manager.
*
* @param callable $reconnector
* @return void
*/
public function setReconnector(callable $reconnector): void
public function setReconnector(callable $reconnector)
{
$this->reconnector = $reconnector;
}
Expand Down

0 comments on commit 8fd4a19

Please sign in to comment.