@@ -24,7 +24,7 @@ discard block |
||
| 24 | 24 | $this->configure($config); |
| 25 | 25 | |
| 26 | 26 | $this->setPath(); |
| 27 | - } |
|
| 27 | + } |
|
| 28 | 28 | |
| 29 | 29 | /** |
| 30 | 30 | * Configure the plugin. |
@@ -69,11 +69,11 @@ discard block |
||
| 69 | 69 | * |
| 70 | 70 | * @return array |
| 71 | 71 | */ |
| 72 | - public function templatePaths() |
|
| 73 | - { |
|
| 74 | - $path = $this->path('templates'); |
|
| 75 | - return [$path]; |
|
| 76 | - } |
|
| 72 | + public function templatePaths() |
|
| 73 | + { |
|
| 74 | + $path = $this->path('templates'); |
|
| 75 | + return [$path]; |
|
| 76 | + } |
|
| 77 | 77 | |
| 78 | 78 | /** |
| 79 | 79 | * Trigger an event callback. This allows |