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