Skip to content

Commit d5c1671

Browse files
committed
Added a hint to run dumpautoload.
1 parent 6341789 commit d5c1671

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/detect-missing-tags.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,6 @@ public function getLabel(): string
6969

7070
file_put_contents(__DIR__.'/../src/Mods/Tags/Types/'.$className.'.php', $content);
7171
}
72+
73+
echo PHP_EOL;
74+
echo 'NOTE: Run "composer dump-autoload" to update the autoloader.'.PHP_EOL;

0 commit comments

Comments
 (0)