Skip to content

Commit

Permalink
Laravel 5.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
panicfilip committed May 15, 2017
1 parent e026d72 commit c43f1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Jlapp/Swaggervel/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
Request::setTrustedProxies(array($proxy));
}

Blade::setEscapedContentTags('{{{', '}}}');
Blade::setContentTags('{{', '}}');
// Blade::setEscapedContentTags('{{{', '}}}');
// Blade::setContentTags('{{', '}}');

//need the / at the end to avoid CORS errors on Homestead systems.
$response = response()->view('swaggervel::index', array(
Expand Down

0 comments on commit c43f1dd

Please sign in to comment.