Skip to content

Commit

Permalink
File valuator : specify queue name
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlpp committed Oct 27, 2015
1 parent 133b9ec commit aeb1121
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ private function moveUploadedFile()
// on configured environments
$this->dispatch(
new CopyFileInStorage($relativeSrcFile, "$relativeDestDir/$fileName", $srcFileDisk, $storageDisk, !$duplication)
);
)->onQueue("sharp-files");

return [
"path" => "$relativeDestDir/$fileName",
Expand Down

0 comments on commit aeb1121

Please sign in to comment.