Skip to content

Commit

Permalink
Revert: Config: modules.generator.path.assets. It's causing issues wi…
Browse files Browse the repository at this point in the history
…th module:publish for Core Modules.
  • Loading branch information
imagina committed Dec 2, 2020
1 parent e8f4357 commit a009a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
'filter' => ['path' => 'Http/Middleware', 'generate' => true],
'request' => ['path' => 'Http/Requests', 'generate' => true],
'provider' => ['path' => 'Providers', 'generate' => true],
'assets' => ['path' => 'Resources/assets', 'generate' => true],
'assets' => ['path' => 'Assets', 'generate' => true],
'lang' => ['path' => 'Resources/lang', 'generate' => true],
'views' => ['path' => 'Resources/views', 'generate' => true],
'test' => ['path' => 'Tests/Unit', 'generate' => true],
Expand Down

0 comments on commit a009a06

Please sign in to comment.