style: Laravel Pint 코드 스타일 자동 수정
This commit is contained in:
@@ -35,7 +35,7 @@ public function edit(int $id): View
|
||||
{
|
||||
$tenant = $this->tenantService->getTenantById($id);
|
||||
|
||||
if (!$tenant) {
|
||||
if (! $tenant) {
|
||||
abort(404, '테넌트를 찾을 수 없습니다.');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user