We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6341789 commit d5c1671Copy full SHA for d5c1671
tools/detect-missing-tags.php
@@ -69,3 +69,6 @@ public function getLabel(): string
69
70
file_put_contents(__DIR__.'/../src/Mods/Tags/Types/'.$className.'.php', $content);
71
}
72
+
73
+echo PHP_EOL;
74
+echo 'NOTE: Run "composer dump-autoload" to update the autoloader.'.PHP_EOL;
0 commit comments