Skip to content

Commit 2e9eef2

Browse files
committed
Add forgotten ignore method
1 parent e4dfc43 commit 2e9eef2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Illuminate/View/Component.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ protected function ignoredMethods()
211211
'resolveView',
212212
'shouldRender',
213213
'view',
214+
'withName',
214215
'withAttributes',
215216
], $this->except);
216217
}

0 commit comments

Comments
 (0)