Skip to content

Commit 0cbd49c

Browse files
style: Apply fixes from StyleCI (#1022)
Co-authored-by: StyleCI Bot <[email protected]>
1 parent 6cba831 commit 0cbd49c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/Publish/GeneratorPublishCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ private function publishBaseController()
9999

100100
$templateData = view('laravel-generator::stubs.app_base_controller', [
101101
'namespaceApp' => $this->getLaravel()->getNamespace(),
102-
'apiPrefix' => config('laravel_generator.api_prefix'),
102+
'apiPrefix' => config('laravel_generator.api_prefix'),
103103
])->render();
104104

105105
g_filesystem()->createFile($controllerPath.$fileName, $templateData);

src/Commands/Publish/PublishTemplatesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function handle()
3535

3636
public function publishGeneratorTemplates(): bool
3737
{
38-
$templatesPath = __DIR__ . '/../../../views';
38+
$templatesPath = __DIR__.'/../../../views';
3939

4040
return $this->publishDirectory($templatesPath, $this->templatesDir, 'infyom-generator-templates');
4141
}

0 commit comments

Comments
 (0)