Sentinel\Models\User::boot PHP Method

boot() public static method

Set the Sentry User Model Hasher to be the same as the configured Sentry Hasher
public static boot ( )
    public static function boot()
    {
        parent::boot();
        static::setHasher(app()->make('sentry.hasher'));
    }