Skip to content

Commit

Permalink
removed echo and exit
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan404 committed Feb 19, 2024
1 parent a14c7f0 commit 470daed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/DocumentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ public function uploadFile(Request $request){
}
// Code to edit title of document ends
try{
echo "SKK"; print_r($d);exit;
$d->save();
$messages[] = 'Document updated successfully!';
}
Expand Down

0 comments on commit 470daed

Please sign in to comment.