-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
set based disk #76
set based disk #76
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat! Thanks for the PR. I'll give this an even more thorough review/try-out when you've done the first changes here.
Hi @driesvints . I have made some changes based your suggestions. Can you check please |
FYI: I haven't forgotten about this but I'm probably picking this up as soon as I get Blade UI Kit out of the door so that might still be a while. |
@@ -15,7 +15,7 @@ public static function pathNotDefined(string $set): self | |||
|
|||
public static function pathOrDiskNotDefined(string $set): self | |||
{ | |||
return new static("The options for the \"$set\" set don't have a path or disk defined."); | |||
return new static("The options for the \"$set\" need provide either a path or disk option."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return new static("The options for the \"$set\" need provide either a path or disk option."); | |
return new static("The options for the \"$set\" need to be provided either a path or disk option."); |
Hi, was wondering if this may be merged sometime soon? Would love to use this package, but none of our icon assets are on local disk. |
Hey all, first of all I'm so sorry it took me this long to get to this. I took the liberty to send in an alternative implementation which should solve this: #111 I still want to thank you for this PR 👍 |
I made PR for this issue
#72