Skip to content

[Fix] Use FQCN for Laravel facades instead of using the aliases. #30

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

Merged
merged 1 commit into from
Jul 27, 2015
Merged

[Fix] Use FQCN for Laravel facades instead of using the aliases. #30

merged 1 commit into from
Jul 27, 2015

Conversation

brunogaspar
Copy link
Contributor

It's a good practice to use the FQCN for facades instead of just relying on the alias as this prevents issues when applications have removed the aliases, like how i do.

I believe i catched all of them, at least from my usage anyway.

freekmurze added a commit that referenced this pull request Jul 27, 2015
Use FQCN for Laravel facades instead of using the aliases.
@freekmurze freekmurze merged commit 6fdb43c into spatie:master Jul 27, 2015
@brunogaspar
Copy link
Contributor Author

Thank you 👍

@brunogaspar brunogaspar deleted the fix/fqcn-for-aliases branch July 27, 2015 21:23
@freekmurze
Copy link
Member

Thanks! Your changes are included in the newly tagged version 2.2.2

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