Skip to content

Commit 4337a77

Browse files
committed
move method
Signed-off-by: Pushpak Chhajed <[email protected]>
1 parent c4e4e56 commit 4337a77

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Install/GuidelineComposer.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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/');

0 commit comments

Comments
 (0)