This commit is contained in:
Twilight 2024-07-14 23:39:58 +08:00
parent 0fdba26f06
commit afcdd26b8e

View File

@ -1,8 +1,7 @@
package providers
import (
"framework_v2/internal/ent"
_ "github.com/lib/pq"
"framework_v2/ent"
)
func providerEnt() (*ent.Client, error) {