diff --git a/src/Illuminate/View/Component.php b/src/Illuminate/View/Component.php index 51d83e2e7b1b..329035c47c81 100644 --- a/src/Illuminate/View/Component.php +++ b/src/Illuminate/View/Component.php @@ -329,6 +329,10 @@ protected function ignoredMethods() 'view', 'withName', 'withAttributes', + 'flushCache', + 'forgetFactory', + 'forgetComponentsResolver', + 'resolveComponentsUsing', ], $this->except); }