trimmed comment bloat. returning boolean on eloquent save.
This commit is contained in:
@@ -18,17 +18,11 @@ class Memcached {
|
||||
{
|
||||
if (is_null(static::$instance))
|
||||
{
|
||||
// -----------------------------------------------------
|
||||
// Verify that the Memcache extension is installed.
|
||||
// -----------------------------------------------------
|
||||
if ( ! class_exists('Memcache'))
|
||||
{
|
||||
throw new \Exception('Attempting to use Memcached, but the Memcached PHP extension is not installed on this server.');
|
||||
}
|
||||
|
||||
// -----------------------------------------------------
|
||||
// Instantiate the Memcache class.
|
||||
// -----------------------------------------------------
|
||||
$memcache = new \Memcache;
|
||||
|
||||
// -----------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user