Explorar o código

Fix hook output

Peter Ragheb %!s(int64=2) %!d(string=hai) anos
pai
achega
72eb6b2be9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]);
         }
     }