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/sanctum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.5
Choose a base ref
...
head repository: laravel/sanctum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.6
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 26, 2024

  1. Update CHANGELOG

    taylorotwell authored and github-actions[bot] committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    66c2990 View commit details
    Browse the repository at this point in the history
  2. Add leading slash to @template tag in HasTokens (#550)

    Psalm on my project got confused when it was taken away, reporting:
    ```
    ERROR: UndefinedClass - app/Models/User.php:31:7 - Class, interface or enum named Laravel\Sanctum\Laravel\Sanctum\Contracts\HasAbilities does not exist (see https://psalm.dev/019)
    class User extends Authenticatable
    ```
    essentially doubling up the namespace.
    omnicolor authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    9e069e3 View commit details
    Browse the repository at this point in the history
Loading