diff --git a/laravel/memcached.php b/laravel/memcached.php index 8565ea23..bcb9e911 100644 --- a/laravel/memcached.php +++ b/laravel/memcached.php @@ -53,10 +53,10 @@ class Memcached { if ($memcache->getVersion() === false) { - throw new \RuntimeException('Could not establish memcached connection. Please verify your configuration.'); + throw new \RuntimeException('Could not establish memcached connection.'); } return $memcache; } -} +} \ No newline at end of file