-
-
Notifications
You must be signed in to change notification settings - Fork 762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use Storage #7
Labels
Comments
Probably you'll have another class in your project that's named "Storage". I'll soon test the change to |
freekmurze
added a commit
that referenced
this issue
Mar 6, 2015
Use full facade namespace to fix issue #7
Fixed in version 2.0.5 |
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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;
The text was updated successfully, but these errors were encountered: