Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
use SlmQueue provided worker factory
Browse files Browse the repository at this point in the history
  • Loading branch information
basz committed Jan 31, 2014
1 parent ba6720a commit 75a1651
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return array(
'service_manager' => array(
'factories' => array(
'SlmQueueSqs\Worker\SqsWorker' => 'SlmQueueSqs\Factory\SqsWorkerFactory'
'SlmQueueSqs\Worker\SqsWorker' => 'SlmQueue\Factory\WorkerFactory'
)
),

Expand Down
24 changes: 0 additions & 24 deletions src/SlmQueueSqs/Factory/SqsWorkerFactory.php

This file was deleted.

0 comments on commit 75a1651

Please sign in to comment.