Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: laravel/framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.18.36
Choose a base ref
...
head repository: laravel/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.18.37
Choose a head ref
  • 4 commits
  • 5 files changed
  • 5 contributors

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    134f1dc View commit details
    Browse the repository at this point in the history
  2. fix: only prepend scheme to host when necessary (#34017)

    In cases where $options['scheme'] is set, but $options['host'] already has the scheme prepended, the resulting host will be scheme://scheme://host
    ryzr authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    0eb542d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. [6.x] Port whereKey fix and bugfix for null type (#34031)

    * [7.x] Cast primary key to string when $keyType is string (#33930)
    
    * Cast primary key to string when $keyType is string
    
    * fix test
    
    * fix remaining tests
    
    * Fix bug with whereKey null
    
    Co-authored-by: Steve Thomas <[email protected]>
    driesvints and stevethomas authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    f4f9ac1 View commit details
    Browse the repository at this point in the history
  2. patch

    taylorotwell committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    cd1ab41 View commit details
    Browse the repository at this point in the history
Loading