style: Laravel Pint 코드 스타일 자동 수정
This commit is contained in:
@@ -48,7 +48,7 @@ public function edit(int $id): View
|
||||
{
|
||||
$role = $this->roleService->getRoleById($id);
|
||||
|
||||
if (!$role) {
|
||||
if (! $role) {
|
||||
abort(404, '역할을 찾을 수 없습니다.');
|
||||
}
|
||||
|
||||
@@ -70,4 +70,4 @@ public function edit(int $id): View
|
||||
|
||||
return view('roles.edit', compact('role', 'permissions', 'rolePermissionIds'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user