function DoNothing::__call in MongoDB 8
File
- drivers/
lib/ Drupal/ Driver/ Database/ mongodb/ DoNothing.php, line 12 - Contains \Drupal\Driver\Database\mongodb\DoNothing.
Class
Namespace
Drupal\Driver\Database\mongodbCode
function __call($name, $args) {
// Nothing to do.
}