Skip to content

Commit

Permalink
Added new module hook
Browse files Browse the repository at this point in the history
  • Loading branch information
peldax authored Jun 22, 2021
1 parent 48e97ae commit cce96c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/UploadModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ public function processFinalized(\Graphpinator\Normalizer\FinalizedRequest $requ
{
return $request;
}

public function processResult(\Graphpinator\Result $result) : \Graphpinator\Result
{
return $result;
}

private function insertFiles(
array &$keys,
Expand Down

0 comments on commit cce96c3

Please sign in to comment.