From 705a780153d8a5d93f392e8ed8be62fd694a4057 Mon Sep 17 00:00:00 2001 From: luceos Date: Sun, 12 Dec 2021 01:33:44 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/Extend/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Extend/View.php b/src/Extend/View.php index ecc49f7bc..cc6af13a4 100644 --- a/src/Extend/View.php +++ b/src/Extend/View.php @@ -44,7 +44,7 @@ class View implements ExtenderInterface, LifecycleInterface /** * Override an existing namespace of Laravel views. - * + * * **If you're only replacing one or a few views, you probably want to `->prepend()` the new views instead.** * * Views are PHP files that use the Laravel Blade syntax for creation of server-side generated HTML.