Skip to content

Commit fd6af85

Browse files
AllanKodergithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent 6b87001 commit fd6af85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Http/Controllers/ResourceEditsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function store(ComputerScienceResource $computerScienceResource, StoreRes
4848
'edit_title' => $resourceEdit->edit_title,
4949
]);
5050

51-
throw "tet";
51+
throw 'tet';
5252

5353
return redirect()->route('resource_edits.show', ['slug' => $resourceEdit->slug])
5454
->with('success', 'Edits Created!');

0 commit comments

Comments
 (0)