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:
@@ -31,7 +31,7 @@ class SyncProfiles extends Command
|
||||
{
|
||||
$query = EinundzwanzigPleb::query();
|
||||
|
||||
if (!$this->option('all')) {
|
||||
if (! $this->option('all')) {
|
||||
$query->whereDoesntHave('profile');
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ class SyncProfiles extends Command
|
||||
$bar->finish();
|
||||
$this->info("\n✅ Successfully synced $count profiles!");
|
||||
} else {
|
||||
$this->info("⚡ No profiles to sync!");
|
||||
$this->info('⚡ No profiles to sync!');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user