deleteFile(); $document->forceDelete(); if($document->documentable) $document->documentable->touch(); } public function restore($document) { // if (! $document->trashed()) { // return; // } // $document->restore(); } public function archive($document) { } }