@@ -11,13 +11,13 @@ |
||
| 11 | 11 | public function getFactories() |
| 12 | 12 | { |
| 13 | 13 | return [ |
| 14 | - 'builder' => function (App $app): FormatFactory { |
|
| 15 | - return new FormatFactory($app); |
|
| 16 | - } |
|
| 14 | + 'builder' => function (App $app): FormatFactory { |
|
| 15 | + return new FormatFactory($app); |
|
| 16 | + } |
|
| 17 | 17 | ]; |
| 18 | 18 | } |
| 19 | 19 | |
| 20 | 20 | public function getExtensions() { |
| 21 | - return []; |
|
| 21 | + return []; |
|
| 22 | 22 | } |
| 23 | 23 | } |