@@ -91,7 +91,7 @@ |
||
91 | 91 | |
92 | 92 | $builder->addDefinition($this->prefix('subscriber')) |
93 | 93 | ->setType(Events\BlameableSubscriber::class) |
94 | - ->setArguments([$userCallable instanceof DI\ServiceDefinition ? '@' . $userCallable->getType() : NULL]); |
|
94 | + ->setArguments([$userCallable instanceof DI\ServiceDefinition ? '@'.$userCallable->getType() : NULL]); |
|
95 | 95 | } |
96 | 96 | |
97 | 97 | /** |