@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | return [ |
| 4 | - 'plugins' => [ |
|
| 5 | - 'feedback', |
|
| 6 | - ], |
|
| 4 | + 'plugins' => [ |
|
| 5 | + 'feedback', |
|
| 6 | + ], |
|
| 7 | 7 | ]; |
| 8 | 8 | \ No newline at end of file |
@@ -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 |