Skip to content

Commit c4a8576

Browse files
committed
Add config_class static attribute.
1 parent 03d42c4 commit c4a8576

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PHPQueue/Base.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class Base
1212
public static $worker_namespace = null;
1313
private static $all_queues = array();
1414
private static $all_workers = array();
15+
private static $config_class;
1516

1617
/**
1718
* @param string $queue

0 commit comments

Comments
 (0)