Skip to content

Commit 2564276

Browse files
committed
Seems the 'r' key is loosing its sensitivity... 👀
1 parent 52fb4f5 commit 2564276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/AppServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function register()
5454
}
5555

5656
if (config('pterodactyl.auth.notifications')) {
57-
$this->app->registe(\DaneEveritt\LoginNotifications\NotificationServiceProvider::class);
57+
$this->app->register(\DaneEveritt\LoginNotifications\NotificationServiceProvider::class);
5858
}
5959
}
6060
}

0 commit comments

Comments
 (0)