Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix appending path to inline Blade views
When appending the view path to Blade views with only one line and opening tags we should take into consideration for closing the PHP tag first before appending the path. I've addeded tests which should cover quite a few situations. Thanks to Sisve for making me aware of this: laravel/framework#28117 (comment)
- Loading branch information