-
Notifications
You must be signed in to change notification settings - Fork 88
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
Image Path #30
Comments
I created the PR #32 that should fix this issue. |
Does the office object have a path property? @davorminchorov |
Since This is what I think you intended to do:
Alternatively, this was my own approach:
|
That's a good catch, I did not even check for the value. I'll update the PR accordingly. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in OfficeImageControllerTest after changing the imageResource to return the full path the Storage::assertExists($response->json('data.path')); return an error
The text was updated successfully, but these errors were encountered: