Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
24aitor authored and StyleCIBot committed Apr 21, 2017
1 parent 84be284 commit 3e1dcf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ForumServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ public function boot()
$this->registerPolicies();

$this->app->register('GrahamCampbell\\Markdown\\MarkdownServiceProvider');

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

$this->loadViewsFrom(__DIR__.'/Views', 'laralum_forum');

$this->loadTranslationsFrom(__DIR__.'/Translations', 'laralum_forum');
Expand Down

0 comments on commit 3e1dcf9

Please sign in to comment.