Skip to content

Commit

Permalink
Fixed published views
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsoleTVs authored Apr 20, 2017
1 parent 7aaf6dc commit 5456894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlogServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public function boot()
$this->registerPolicies();

$this->publishes([
__DIR__.'/Views/public' => resource_path('views/vendor/laralum/blog'),
__DIR__.'/Views/public' => resource_path('views/vendor/laralum_blog/public'),
], 'laralum_blog');

$this->loadViewsFrom(__DIR__.'/Views', 'laralum_blog');
Expand Down

0 comments on commit 5456894

Please sign in to comment.