Skip to content

Commit 1081dc6

Browse files
authored
Add missing ignored methods to Component (#46692)
1 parent 1282e96 commit 1081dc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Illuminate/View/Component.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,10 @@ protected function ignoredMethods()
329329
'view',
330330
'withName',
331331
'withAttributes',
332+
'flushCache',
333+
'forgetFactory',
334+
'forgetComponentsResolver',
335+
'resolveComponentsUsing',
332336
], $this->except);
333337
}
334338

0 commit comments

Comments
 (0)