Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
creecros authored Apr 24, 2019
1 parent 6017498 commit 375ec66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Model/CustomizerFileModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,9 @@ public function generateThumbnailFromFile($uploaded_filename, $destination_filen
$this->objectStorage->put($this->getThumbnailPath($destination_filename), $blob);
}

public function getUserSessionId()
{
return $this->userSession->getId();
}

}

0 comments on commit 375ec66

Please sign in to comment.