summaryrefslogtreecommitdiffstatshomepage
path: root/core/scripts/db-tools.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/scripts/db-tools.php')
-rw-r--r--core/scripts/db-tools.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/scripts/db-tools.php b/core/scripts/db-tools.php
index 316c62fce643..476b42244935 100644
--- a/core/scripts/db-tools.php
+++ b/core/scripts/db-tools.php
@@ -1,6 +1,11 @@
#!/usr/bin/env php
<?php
+/**
+ * @file
+ * A command line application to import a database generation script.
+ */
+
use Drupal\Core\Command\DbToolsApplication;
use Drupal\Core\DrupalKernel;
use Drupal\Core\Site\Settings;