diff --git a/public/auth.php b/public/auth.php index 39d4858e..328e7473 100644 --- a/public/auth.php +++ b/public/auth.php @@ -3,7 +3,6 @@ use Carbon\Carbon; use Misuzu\Application; use Misuzu\Database; use Misuzu\Net\IPAddress; -use Misuzu\Users\Session; require_once __DIR__ . '/../misuzu.php'; diff --git a/public/profile.php b/public/profile.php index befb492a..96f28f47 100644 --- a/public/profile.php +++ b/public/profile.php @@ -1,6 +1,5 @@