Skip to content

Commit 3772552

Browse files
authored
Update iframes.php
1 parent ac7e4e7 commit 3772552

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/iframes.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111

1212
/**
1313
* The Route prefix under which views should be loaded in an iframe.
14-
* This can be useful when you want to keep the appearance of the
15-
* but the view contains css or javascript which is incompatible.
14+
* This can be useful when you want to keep the appearance of the app
15+
* layout but the view contains css or javascript which is incompatible,
16+
* such as when using a package or some legacy views.
1617
*/
1718
'internal_iframe_prefix' => env('INTERNAL_IFRAME_PREFIX', 'iframes'),
1819

0 commit comments

Comments
 (0)