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

Hotfix #42

Merged
merged 2 commits into from
Apr 17, 2015
Merged

Hotfix #42

merged 2 commits into from
Apr 17, 2015

Conversation

jotafurtado
Copy link
Contributor

I was trying to run this command according to documentation:

$ php artisan api-key:generate --user-id=1 --level=10

And I got this error.

[ErrorException]
  Trying to get property of non-object

This pull request fix that error.

[ErrorException]
  Trying to get property of non-object

chrisbjr/api-guard/src/Console/Commands/GenerateApiKeyCommand.php:52
[ErrorException]
Trying to get property of non-object

chrisbjr/api-guard/src/Console/Commands/GenerateApiKeyCommand.php:52
awkwardusername added a commit that referenced this pull request Apr 17, 2015
@awkwardusername awkwardusername merged commit dd5f3b3 into chrisbjr:master Apr 17, 2015
@jotafurtado
Copy link
Contributor Author

I think that will be great if you make a release of 2.1.1.

@awkwardusername
Copy link
Collaborator

There you go @jotafurtado. Release v2.1.1 [dd5f3b3]

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.

2 participants