@@ -47,7 +47,7 @@ |
||
| 47 | 47 | $output = $slugify->slugify($input); |
| 48 | 48 | } catch (\Exception $e) { |
| 49 | 49 | throw new NotTransformableException( |
| 50 | - 'Rule Slugify: Unable to transform input (' . var_export($input, true) . ')' |
|
| 50 | + 'Rule Slugify: Unable to transform input ('.var_export($input, true).')' |
|
| 51 | 51 | ); |
| 52 | 52 | } |
| 53 | 53 | |