Skip to content

Commit

Permalink
Merge pull request #2 from Laralum/analysis-zdRjlJ
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
24aitor authored Apr 21, 2017
2 parents 84be284 + 3e1dcf9 commit ac67774
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 ac67774

Please sign in to comment.