diff --git a/src/Illuminate/Mail/TransportManager.php b/src/Illuminate/Mail/TransportManager.php index d2b7aad3a25e..fed7314ef986 100644 --- a/src/Illuminate/Mail/TransportManager.php +++ b/src/Illuminate/Mail/TransportManager.php @@ -162,7 +162,7 @@ protected function getHttpClient($config) } /** - * Get the default cache driver name. + * Get the default mail driver name. * * @return string */ @@ -172,7 +172,7 @@ public function getDefaultDriver() } /** - * Set the default cache driver name. + * Set the default mail driver name. * * @param string $name * @return void