File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,6 @@ public function config(GuidelineConfig $config): self
5959 return $ this ;
6060 }
6161
62- protected function assist (): GuidelineAssist
63- {
64- return new GuidelineAssist ($ this ->roster , $ this ->config );
65- }
66-
6762 /**
6863 * Auto discovers the guideline files and composes them into one string.
6964 */
@@ -345,6 +340,11 @@ protected function processBoostSnippets(string $content): string
345340 }, $ content );
346341 }
347342
343+ protected function assist (): GuidelineAssist
344+ {
345+ return new GuidelineAssist ($ this ->roster , $ this ->config );
346+ }
347+
348348 protected function prependPackageGuidelinePath (string $ path ): string
349349 {
350350 return $ this ->prependGuidelinePath ($ path , __DIR__ .'/../../.ai/ ' );
You can’t perform that action at this time.
0 commit comments