Skip to content

Commit

Permalink
Laravel 5.4 compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
panicfilip authored May 15, 2017
1 parent e026d72 commit 5a33124
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 5a33124

Please sign in to comment.