Closed axelthat closed 2 years ago
@axelthat thanks for the report; do you have any more of the stack trace by any chance please?
Thanks - looks like this is spatie/laravel-ignition
making an assumption that lastCompiled
is a property.
Should be able to find a workaround for this, thanks for the report!
Any updates? It's kinda' a blocker for us atm 😅.
@axelthat I made a PR #276 which I believe fixes the issue, though I need to do some automated testing around it to confirm. Feel free to try out the PR if it fixes your issue! Thanks
@asgrim Your PR fixes the issue :) Thank you so much. When do you think you can merge that PR?
When do you think you can merge that PR?
I'll take a look Monday; I need to find a reasonable way to test it to ensure we stay compatible going forward :)
When I run
$user->hasPaymentMethod()
, I get the error,Property Scoutapm\Laravel\View\Engine\ScoutViewEngineDecorator::$lastCompiled does not exist
The method
hasPaymentMethod()
is provided by Laravel Cashier.