Example #1
0
 /**
  * Disconnect from the given database and remove from local cache.
  *
  * @param string $name
  * @return void 
  * @static 
  */
 public static function purge($name = null)
 {
     \Illuminate\Database\DatabaseManager::purge($name);
 }