You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a strange issue, when run artisan backup:run, I've have error, that class Storage not found.
Works only if I change: use Storage;
to use Illuminate\Support\Facades\Storage;