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

Documentation actualization #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SantiSnow
Copy link

Documentation actualization. Laravel doesn´t use the array() method anymore for Aliases and Providers, just [], so it was changed that way.
Also, the getInfo() method is not static, and calling it this way causes an error in Laravel. (In PHP raw may work, but it is not recomendable to do it anyway) So it was changed from the :: operator to ->

…alias y providers, por lo cual se cambio por []. Por otro lado el metodo getInfo() no es estatico y una llamada de esta forma no funcionaria. Se cambio por el operador flecha para indicar como realizar la llamada
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.

1 participant