Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
chore(style): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoaureliocardoso committed Jan 30, 2023
1 parent 0488130 commit c0ca61f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/Http/Controllers/CourseClassController.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public function __construct(private CourseClassService $service)

/**
* @param IndexCourseClassRequest $request
*
* @return View
*/
public function index(IndexCourseClassRequest $request): View
Expand Down
1 change: 0 additions & 1 deletion app/Services/BondService.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public function create(BondDto $bondDto): ?Bond
$bond->courseClasses()->sync([$bondDto->courseClassId]);
}


if (isset($bondDto->poleId)) {
$bond->poles()->sync([$bondDto->poleId]);
}
Expand Down

0 comments on commit c0ca61f

Please sign in to comment.