mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-25 04:13:17 +00:00
🛠️ Refactor migrations, models, configs, and Blade files to apply consistent formatting, remove unnecessary lines, and improve readability.
This commit is contained in:
@@ -13,7 +13,7 @@ class NostrAuthServiceProvider extends ServiceProvider
|
||||
public function boot(): void
|
||||
{
|
||||
Auth::provider('nostr', function (Application $app, array $config) {
|
||||
return new NostrUserProvider();
|
||||
return new NostrUserProvider;
|
||||
});
|
||||
|
||||
Auth::extend('nostr-session', function (Application $app, string $name, array $config) {
|
||||
|
||||
Reference in New Issue
Block a user