summaryrefslogtreecommitdiff
path: root/internal/storage/mysql_provider.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage/mysql_provider.go')
-rw-r--r--internal/storage/mysql_provider.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/storage/mysql_provider.go b/internal/storage/mysql_provider.go
index a34f74333..29e9a778d 100644
--- a/internal/storage/mysql_provider.go
+++ b/internal/storage/mysql_provider.go
@@ -7,7 +7,7 @@ import (
_ "github.com/go-sql-driver/mysql" // Load the MySQL Driver used in the connection string.
- "github.com/authelia/authelia/internal/configuration/schema"
+ "github.com/authelia/authelia/v4/internal/configuration/schema"
)
// MySQLProvider is a MySQL provider.