style: fix pint formatting
This commit is contained in:
@@ -36,7 +36,7 @@ class SyncBrandMediaPaths extends Command
|
||||
continue;
|
||||
}
|
||||
|
||||
$brandsDir = $businessDir . '/brands';
|
||||
$brandsDir = $businessDir.'/brands';
|
||||
if (! Storage::exists($brandsDir)) {
|
||||
continue;
|
||||
}
|
||||
@@ -45,7 +45,7 @@ class SyncBrandMediaPaths extends Command
|
||||
|
||||
foreach ($brandDirs as $brandDir) {
|
||||
$brandSlug = basename($brandDir);
|
||||
$brandingDir = $brandDir . '/branding';
|
||||
$brandingDir = $brandDir.'/branding';
|
||||
|
||||
if (! Storage::exists($brandingDir)) {
|
||||
continue;
|
||||
@@ -96,7 +96,7 @@ class SyncBrandMediaPaths extends Command
|
||||
$brand->save();
|
||||
}
|
||||
|
||||
$this->line(" <fg=blue>↻</> {$brandSlug} - " . implode(', ', $changes));
|
||||
$this->line(" <fg=blue>↻</> {$brandSlug} - ".implode(', ', $changes));
|
||||
$updated++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user