Skip to content

Commit

Permalink
Merge pull request #922 from dbarzin/dev
Browse files Browse the repository at this point in the history
fix invalid variable
  • Loading branch information
dbarzin authored Oct 27, 2024
2 parents 55885df + 8423100 commit e80d59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Admin/WorkstationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function store(StoreWorkstationRequest $request)
} else {
$workstation->icon_id = null;
}
$site->save();
$workstation->save();

// Sync applications
$workstation->applications()->sync($request->input('applications', []));
Expand Down

0 comments on commit e80d59b

Please sign in to comment.