mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 05:52:02 +08:00
parent
2b8716cde0
commit
4a3fcbfbc2
|
@ -101,7 +101,7 @@ class GenerateExtensionCommand extends AbstractCommand
|
|||
|
||||
protected function copyStub($destination, $replacements = [])
|
||||
{
|
||||
$this->recursiveCopy(__DIR__.'/../../stubs/extension', $destination, $replacements);
|
||||
$this->recursiveCopy(__DIR__.'/../../../stubs/extension', $destination, $replacements);
|
||||
}
|
||||
|
||||
protected function recursiveCopy($src, $dst, $replacements = [])
|
||||
|
|
Loading…
Reference in New Issue
Block a user