How do I get the sheetImports attribute for the reader class? #3633
Unanswered
sean20190104
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Because you have to get it via |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
sheetImports attribute why not is public?I have some custom attributes in the sheetImport class that I can't get right now
public static function afterImport(AfterImport $afterImport){
dd(unserialize(serialize($afterImport->getReader()->sheetImports)));
}
Beta Was this translation helpful? Give feedback.
All reactions