I'm using spatie/laravel-backup v8.1.4.
When I run php artisan backup:run everything works (locally and in production).
When I run php artisan backup:clean I get the following error (locally only):
Cleanup failed because: Call to undefined method Illuminate\View\AnonymousComponent::resolve() (View: /Users/nick/Projects/nha/nha-portal-api/vendor/laravel/framework/src/Illuminate/Notifications/resources/views/email.blade.php).
Any ideas what I'm doing wrong or how I can fix it? Thanks!
Hello,
I'm using
spatie/laravel-backup
v8.1.4. When I runphp artisan backup:run
everything works (locally and in production). When I runphp artisan backup:clean
I get the following error (locally only):Any ideas what I'm doing wrong or how I can fix it? Thanks!