Skip to content

Commit

Permalink
fixing bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldreams committed Jul 13, 2018
1 parent 06d0768 commit a5d34d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Http/Controllers/SettingController.php
Expand Up @@ -33,7 +33,8 @@ public function index(Index $request)
return view('seo::pages.settings.index', [
'records' => Setting::paginate(10),
'model' => new Setting(),
'sitemaps' => (new SiteMap())->all()
'sitemaps' => (new SiteMap())->all(),
'metaTags'=>[]
]
);
}
Expand Down

0 comments on commit a5d34d4

Please sign in to comment.