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

fixed a bug in rawRequest method. On a 422 (validation) error, it would... #5

Merged
merged 2 commits into from
Feb 5, 2014

Conversation

cegrif01
Copy link

... hit an undefined property of result. Instead it should be looking from response on line 1297

Charles Griffin added 2 commits December 15, 2013 12:20
…ld hit an undefined property of result. Instead it should be looking from response on line 1297
@@ -17,7 +17,8 @@
"php": ">=5.3.0",
"illuminate/support": "4.x",
"guzzle/guzzle": "~3.7",
"doctrine/inflector": "1.0.*@dev"
"doctrine/inflector": "1.0.*@dev",
"mockery/mockery": "dev-master"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cegrif01 Will you move mockery into require-dev?

brianwebb01 pushed a commit that referenced this pull request Feb 5, 2014
fixed a bug in rawRequest method.  On a 422 (validation) error, it would...
@brianwebb01 brianwebb01 merged commit 97833f1 into Indatus:master Feb 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants