Skip to content

Commit

Permalink
feed module
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Apr 12, 2016
1 parent a7e199d commit 98887e0
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 @@ -53,7 +53,7 @@ public function register()
{
$app = $this->app;

$this->app['config']->push('typicms.feeds', ['module' => 'news', 'route' => config('app.locale').'.news.feed']);
$this->app['config']->push('typicms.feeds', ['module' => 'news');

/*
* Register sitemap package
Expand Down

0 comments on commit 98887e0

Please sign in to comment.