Skip to content
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

Closed
cawa87 opened this issue Feb 28, 2015 · 2 comments
Closed

use Storage #7

cawa87 opened this issue Feb 28, 2015 · 2 comments
Assignees

Comments

@cawa87
Copy link

cawa87 commented Feb 28, 2015

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;

@freekmurze freekmurze self-assigned this Mar 1, 2015
@freekmurze
Copy link
Member

Probably you'll have another class in your project that's named "Storage". I'll soon test the change to
use Illuminate\Support\Facades\Storage and, if no problems arise, tag a version with this change.

freekmurze added a commit that referenced this issue Mar 6, 2015
Use full facade namespace to fix issue #7
@freekmurze
Copy link
Member

Fixed in version 2.0.5

@microdesign microdesign mentioned this issue Oct 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants