-
Notifications
You must be signed in to change notification settings - Fork 177
Improved checking if framework is Lumen or not #43
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
Conversation
If this pull-request gets accepted, don't forget to replicate it for the MigrationsServiceProvider and AclServiceProvider! |
Is ->version() available on the Application contract? |
yes it is available on Application Contract |
Nice. Can you rebase your commits for me (squash into 1 commit) :) |
Right now, i don't have my laptop. will it be a problem to do it with 2 commit ? |
You can select the last to commits with |
I don't know what am i doing with git .. learning to use it :) @patrickbrouwers i run that command you gave me and squash my last commit and pushed it |
Hmm that didn't work out haha :p Try to follow these steps:
Change the last 3 commits to Close the window (and save the file)
Alos what seems to have gone wrong is that you tracked master into 1.0. Make sure you are in the 1.0 branch. |
Finally it is in one commit now :) |
Good job, @Amrit01 ! :) P.S. Only see now that you made the PR to the master branch. These kind of fixes can go to 1.0 . Master is only for breaking changes/big new functionality. Can you make PR to the 1.0 branches of the other packages to include this fix? |
Improved checking if framework is Lumen or not
Replicated from DoctrineServiceProvider: laravel-doctrine/orm#43
No description provided.