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

fix: add missing property

This commit is contained in:
David Wheatley
2021-12-12 01:37:10 +00:00
parent 705a780153
commit 34a7f1f42b

View File

@@ -18,6 +18,7 @@ class View implements ExtenderInterface, LifecycleInterface
{ {
private $namespaces = []; private $namespaces = [];
private $replaceNamespaces = []; private $replaceNamespaces = [];
private $prependNamespaces = [];
/** /**
* Register a new namespace of Laravel views. * Register a new namespace of Laravel views.