瀏覽代碼

Fix hook output

Peter Ragheb 2 年之前
父節點
當前提交
72eb6b2be9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Commands/GenerateDocumentation.php

+ 1 - 1
src/Commands/GenerateDocumentation.php

@@ -89,7 +89,7 @@ class GenerateDocumentation extends Command
     protected function runBootstrapHook()
     {
         if (is_callable(Globals::$__bootstrap)) {
-            c::info("Running `beforeGenerating()` hook...");
+            c::info("Running `bootstrap()` hook...");
             call_user_func_array(Globals::$__bootstrap, [$this]);
         }
     }