style: Laravel Pint 코드 포맷팅 적용
- PSR-12 스타일 가이드 준수 - 302개 파일 스타일 이슈 자동 수정 - 코드 로직 변경 없음 (포맷팅만)
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
namespace App\Providers;
|
||||
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
use Illuminate\Database\Events\MigrationsEnded;
|
||||
use Illuminate\Support\Facades\Event;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
use Illuminate\Support\Facades\Event;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
|
||||
class MigrationServiceProvider extends ServiceProvider
|
||||
{
|
||||
@@ -36,7 +36,7 @@ private function updateRelationshipsAfterMigration(): void
|
||||
\Log::info('✅ 마이그레이션 후 논리적 관계 문서 업데이트 완료');
|
||||
|
||||
} catch (\Exception $e) {
|
||||
\Log::error('❌ 논리적 관계 문서 업데이트 실패: ' . $e->getMessage());
|
||||
\Log::error('❌ 논리적 관계 문서 업데이트 실패: '.$e->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ private function autoCommitRelationships(): void
|
||||
|
||||
🤖 Generated with [Claude Code](https://claude.ai/code)
|
||||
|
||||
Co-Authored-By: Claude <noreply@anthropic.com>"'
|
||||
Co-Authored-By: Claude <noreply@anthropic.com>"',
|
||||
];
|
||||
|
||||
foreach ($commands as $command) {
|
||||
@@ -59,4 +59,4 @@ private function autoCommitRelationships(): void
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user