Skip to content

Commit

Permalink
Fix deprecated renamed fix for ModelTokenAuthenticatable
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Apr 14, 2020
1 parent 4401a7e commit 2dcc588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Fluent/Deprecated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Vapor
@available(*, deprecated, renamed: "ModelAuthenticatable")
public typealias ModelUser = ModelAuthenticatable

@available(*, deprecated, renamed: "ModelAuthenticatable")
@available(*, deprecated, renamed: "ModelTokenAuthenticatable")
public typealias ModelUserToken = ModelTokenAuthenticatable

extension Application.Fluent.Sessions {
Expand Down

0 comments on commit 2dcc588

Please sign in to comment.