@@ -68,7 +68,7 @@ |
||
68 | 68 | public function getBehavior(string $type, string $behaviorClassWrapper): BehaviorInterface |
69 | 69 | { |
70 | 70 | if (!class_exists($behaviorClassWrapper)) { |
71 | - throw InvalidBehaviorException::make( 'Behavior class does not exist', [ |
|
71 | + throw InvalidBehaviorException::make('Behavior class does not exist', [ |
|
72 | 72 | 'behavior' => $behaviorClassWrapper, |
73 | 73 | ] |
74 | 74 | ); |