Skip to content

Commit c43f1dd

Browse files
committed
Laravel 5.4 compatibility
1 parent e026d72 commit c43f1dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Jlapp/Swaggervel/routes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
Request::setTrustedProxies(array($proxy));
4949
}
5050

51-
Blade::setEscapedContentTags('{{{', '}}}');
52-
Blade::setContentTags('{{', '}}');
51+
// Blade::setEscapedContentTags('{{{', '}}}');
52+
// Blade::setContentTags('{{', '}}');
5353

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

0 commit comments

Comments
 (0)