We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55885df + 8423100 commit e80d59bCopy full SHA for e80d59b
app/Http/Controllers/Admin/WorkstationController.php
@@ -132,7 +132,7 @@ public function store(StoreWorkstationRequest $request)
132
} else {
133
$workstation->icon_id = null;
134
}
135
- $site->save();
+ $workstation->save();
136
137
// Sync applications
138
$workstation->applications()->sync($request->input('applications', []));
0 commit comments