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.
1 parent 25ad83f commit 28b7764Copy full SHA for 28b7764
src/CodeGeneratorServiceProvider.php
@@ -25,11 +25,11 @@ public function boot()
25
], 'default');
26
27
$this->publishes([
28
- __DIR__ . '/templates/default' => base_path('resources\\codegenerator-templates\\default'),
+ __DIR__ . '/Templates/default' => base_path('resources\\codegenerator-templates\\default'),
29
30
31
32
- __DIR__ . '/templates/default-collective' => base_path('resources\\codegenerator-templates\\default-collective'),
+ __DIR__ . '/Templates/default-collective' => base_path('resources\\codegenerator-templates\\default-collective'),
33
], 'collective-template');
34
35
$this->createDirectory(base_path('resources\\codegenerator-files'));
0 commit comments