Skip to content

Commit e80d59b

Browse files
authored
Merge pull request #922 from dbarzin/dev
fix invalid variable
2 parents 55885df + 8423100 commit e80d59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Admin/WorkstationController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function store(StoreWorkstationRequest $request)
132132
} else {
133133
$workstation->icon_id = null;
134134
}
135-
$site->save();
135+
$workstation->save();
136136

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

0 commit comments

Comments
 (0)