Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pingpong-labs/admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravitano committed Jun 23, 2015
2 parents 9c7e42b + cdc3af6 commit a970d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pingpong/Admin/Controllers/SiteController.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function showArticle($id)
->orWhere('slug', $id)
->firstOrFail();

$view = \Config::get('admin::post.view');
$view = \Config::get('admin.views.post');

return \View::make($view, compact('post'));
} catch (ModelNotFoundException $e) {
Expand Down

0 comments on commit a970d77

Please sign in to comment.