Skip to content

Commit

Permalink
remove comment with errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Henrique Santos authored and Paulo Henrique Santos committed Mar 3, 2023
1 parent eddc5af commit fda83a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ApiGenerate.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public function store($request){
public function update($request, $id){
try {
// $user = auth()->user();
# $user = auth()->user();
' . $Validator . '
' . $dbFieldsTxt . '
return ' . $package . '::where(["id"=>$id])->update($data);
Expand All @@ -239,7 +239,7 @@ public function update($request, $id){
}
public function destroy($id){
// $user = auth()->user();
# $user = auth()->user();
return ' . $package . '::where(["id"=>$id])->delete();
}
Expand Down

0 comments on commit fda83a4

Please sign in to comment.