Skip to content

Commit

Permalink
Merge pull request #3 from Laralum/analysis-q5K4ax
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 7e17d27 + 3ec7db7 commit e02909e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TicketsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function boot()
$this->loadTranslationsFrom(__DIR__.'/Translations', 'laralum_tickets');

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

if (!$this->app->routesAreCached()) {
require __DIR__.'/Routes/web.php';
}
Expand Down

0 comments on commit e02909e

Please sign in to comment.