src/Actions/SeatGroups/GetCurrentAffiliationAction.php
Showing 1 of 1 total issue
Method execute
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function execute(array $data) { $seatgroup = SeatGroup::find($data['seatgroup_id']); $affiliations = collect();