Skip to content

Commit

Permalink
publish path
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Jan 14, 2019
1 parent b55bc87 commit 5e723c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/ModuleProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function boot()
__DIR__.'/../resources/views' => resource_path('views/vendor/places'),
], 'views');
$this->publishes([
__DIR__.'/../resources/js' => public_path(),
__DIR__.'/../resources/js' => public_path('js'),
], 'public');

AliasLoader::getInstance()->alias('Places', Places::class);
Expand Down

0 comments on commit 5e723c0

Please sign in to comment.