mirror of
https://github.com/flarum/core.git
synced 2025-07-17 23:01:17 +02:00
@@ -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 = [])
|
||||
|
Reference in New Issue
Block a user