@@ -68,7 +68,7 @@ |
||
| 68 | 68 | Event::on( |
| 69 | 69 | RichText::class, |
| 70 | 70 | RichText::EVENT_REGISTER_PLUGIN_PATHS, |
| 71 | - function (RegisterPluginPathsEvent $event) { |
|
| 71 | + function(RegisterPluginPathsEvent $event) { |
|
| 72 | 72 | // Add the path to our Redactor plugin |
| 73 | 73 | $src = Craft::getAlias('@nystudio107/richvariables') |
| 74 | 74 | .DIRECTORY_SEPARATOR |