1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
luceos
2021-12-12 01:33:44 +00:00
committed by StyleCI Bot
parent 0fa26eae03
commit 705a780153

View File

@@ -44,7 +44,7 @@ class View implements ExtenderInterface, LifecycleInterface
/** /**
* Override an existing namespace of Laravel views. * 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.** * **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. * Views are PHP files that use the Laravel Blade syntax for creation of server-side generated HTML.