Skip to content

Laravel 5.4 : Call to undefined method Illuminate\Session\Store::getToken() #320

@Mopster

Description

@Mopster

Hi,

I encountered the following exception with Laravel 5.4

FatalErrorException in BootstrapperL5ServiceProvider.php line 210:
Call to undefined method Illuminate\Session\Store::getToken()

According to the upgrade docs, this should become ->token()

All calls to the ->getToken() method should be changed to ->token().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions