Multiple line text not work
khiconit opened this issue · 1 comments
khiconit commented
Example:
$variable = '
Hello
Summer
' ;
dd($variable);
it will not work
trollfalgar commented
khiconit opened this issue · 1 comments
Example:
$variable = '
Hello
Summer
' ;
dd($variable);
it will not work