diff options
Diffstat (limited to 'core/scripts/db-tools.php')
-rw-r--r-- | core/scripts/db-tools.php | 5 |
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; |