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

Update DbView.php #34

Merged
merged 1 commit into from
Sep 8, 2017
Merged

Update DbView.php #34

merged 1 commit into from
Sep 8, 2017

Conversation

jp-davy
Copy link
Contributor

@jp-davy jp-davy commented Sep 7, 2017

Updates my previous pull request that checked Laravel version. It was failing because it was finding '5.2' string in the 5.5.2 Laravel version. This new PR makes use of PHP's built in version_compare function to compare versions rather than just doing a string compare. Anything L5.4 and up uses flushStateIfDoneRendering().

Updates my previous pull request that checked Laravel version. It was failing because it was finding '5.2' string in the 5.5.2 Laravel version. This new PR makes use of PHP's built in version_compare function to compare versions rather than just doing a string compare. Anything L5.4 and up uses flushStateIfDoneRendering().
@Flynsarmy Flynsarmy merged commit 2cef3a6 into Flynsarmy:master Sep 8, 2017
@Flynsarmy
Copy link
Owner

Thanks!

@jp-davy jp-davy deleted the patch-1 branch September 8, 2017 12:03
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.

3 participants