Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 30, 2016
1 parent 7ed97aa commit 4d03be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Mail/TransportManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ protected function getHttpClient($config)
}

/**
* Get the default cache driver name.
* Get the default mail driver name.
*
* @return string
*/
Expand All @@ -172,7 +172,7 @@ public function getDefaultDriver()
}

/**
* Set the default cache driver name.
* Set the default mail driver name.
*
* @param string $name
* @return void
Expand Down

0 comments on commit 4d03be9

Please sign in to comment.