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

Cast JWT_TTL value to integer in config.php if sourced from .env #2257

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from

Commits on Apr 29, 2024

  1. Cast JWT_TTL value to integer in config.php if sourced from environm…

    …ent variable
    
    The env file is passing values as string and if manually the developer set the JWT_TTL value in the env file an error of : 
    ```
    Carbon\\Carbon::rawAddUnit(): Argument tymondesigns#3 ($value) must be of type int|float, string given,
    ```
    will appear
    
    Fixes tymondesigns#2256
    D-Redouane committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4c14ddb View commit details
    Browse the repository at this point in the history