Skip to content

Commit

Permalink
alpha 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Aug 2, 2019
1 parent 728fe8a commit 2b90116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ let package = Package(
.library(name: "Fluent", targets: ["Fluent"]),
],
dependencies: [
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.0.0-alpha.1.3"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0-alpha.1.2"),
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.0.0-alpha.2"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0-alpha.2"),
],
targets: [
.target(name: "Fluent", dependencies: ["FluentKit", "Vapor"]),
Expand Down
2 changes: 0 additions & 2 deletions Sources/Fluent/FluentProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,3 @@ public final class FluentProvider: Provider {
}
}
}

extension Row: Content { }

0 comments on commit 2b90116

Please sign in to comment.