We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ba96bd + 9bd4cb8 commit 975628dCopy full SHA for 975628d
src/Commands/ExporterMakeCommand.php
@@ -128,7 +128,7 @@ protected function createRoute(): void
128
129
$this->components->info(sprintf(
130
'Please add following code into the <comment>%s</comment> file:',
131
- plugin_path("{$this->argument('plugin')}/routes/data-synchronize.php")
+ plugin_path("{$this->argument('plugin')}/routes/web.php")
132
));
133
134
info($route);
stubs/exporter.stub
@@ -11,7 +11,7 @@ class {{ class }} extends Exporter
11
/**
12
* Set the label of the exporter to display in the admin panel and export file name.
13
*/
14
- public function label(): string
+ public function getLabel(): string
15
{
16
return '{{ pluralName }}';
17
}
0 commit comments