From 34a7f1f42b7598393f303cee05d0dd53f9fcc035 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Sun, 12 Dec 2021 01:37:10 +0000 Subject: [PATCH] fix: add missing property --- src/Extend/View.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Extend/View.php b/src/Extend/View.php index cc6af13a4..307fd1d2e 100644 --- a/src/Extend/View.php +++ b/src/Extend/View.php @@ -18,6 +18,7 @@ class View implements ExtenderInterface, LifecycleInterface { private $namespaces = []; private $replaceNamespaces = []; + private $prependNamespaces = []; /** * Register a new namespace of Laravel views.