mirror of
https://github.com/flarum/core.git
synced 2025-07-18 07:11:17 +02:00
@@ -101,7 +101,7 @@ class GenerateExtensionCommand extends AbstractCommand
|
|||||||
|
|
||||||
protected function copyStub($destination, $replacements = [])
|
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 = [])
|
protected function recursiveCopy($src, $dst, $replacements = [])
|
||||||
|
Reference in New Issue
Block a user