Skip to content

Commit 9a62894

Browse files
committed
revert command key format
1 parent d31b473 commit 9a62894

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/Odesk/Phystrix/AbstractCommand.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ public function getCommandKey()
118118
} else {
119119
// If the command key hasn't been defined in the class we use the current class name
120120
// refs : https://github.com/persevereVon/preq-laravel/blob/master/src/AbstractCommand.php#L100
121-
return str_replace('\\', '.', get_class($this));
121+
// return str_replace('\\', '.', get_class($this));
122+
return get_class($this);
122123
}
123124
}
124125

0 commit comments

Comments
 (0)