diff --git a/config/app.example.php b/config/app.example.php index 83a5e58e..9e0a61da 100644 --- a/config/app.example.php +++ b/config/app.example.php @@ -39,6 +39,9 @@ ], // Always add annotations/meta even if not yet needed 'preemptive' => false, + // Annotator task customization + 'annotators' => [ + ], // For meta file generator 'generatorTasks' => [ ],