mirror of
https://github.com/flarum/core.git
synced 2025-07-22 17:21:27 +02:00
Various fixes to extension generator/stub
This commit is contained in:
@@ -73,8 +73,6 @@ class GenerateExtensionCommand extends Command
|
||||
|
||||
$this->copyStub($dir, $replacements);
|
||||
|
||||
rename($dir.'/src/ServiceProvider.php', $dir.'/src/'.ucfirst($package).'ServiceProvider.php');
|
||||
|
||||
$manifest = [
|
||||
'name' => $name,
|
||||
'title' => $title,
|
||||
|
Reference in New Issue
Block a user