Ejemplo n.º 1
0
 /**
  * Set the cache manager instance on the connection.
  *
  * @param \Illuminate\Cache\CacheManager|\Closure $cache
  * @return void 
  * @static 
  */
 public static function setCacheManager($cache)
 {
     //Method inherited from \Illuminate\Database\Connection
     \Illuminate\Database\MySqlConnection::setCacheManager($cache);
 }