Formatting Cache class.
This commit is contained in:
parent
a3401d5247
commit
1e84c8901a
|
@ -38,6 +38,7 @@ public static function __callStatic($method, $parameters)
|
|||
// Passing method calls to the driver instance provides a better API for the
|
||||
// developer. For instance, instead of saying Cache::driver()->foo(), we can
|
||||
// now just say Cache::foo().
|
||||
|
||||
return call_user_func_array(array(static::driver(), $method), $parameters);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue