Skip to content

Commit

Permalink
Add forgotten ignore method
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Apr 27, 2020
1 parent e4dfc43 commit 2e9eef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/View/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ protected function ignoredMethods()
'resolveView',
'shouldRender',
'view',
'withName',
'withAttributes',
], $this->except);
}
Expand Down

0 comments on commit 2e9eef2

Please sign in to comment.