@@ -4,7 +4,7 @@ |
||
| 4 | 4 | |
| 5 | 5 | use One\Model\Livereport; |
| 6 | 6 | |
| 7 | -class FactoryLivereport |
|
| 7 | +class FactoryLivereport |
|
| 8 | 8 | { |
| 9 | 9 | public static function create(array $data): \One\Model\Livereport |
| 10 | 10 | { |
@@ -25,7 +25,6 @@ |
||
| 25 | 25 | * @param bool $isHeadline |
| 26 | 26 | * @param bool $published |
| 27 | 27 | * @param string $livereportChild |
| 28 | - |
|
| 29 | 28 | */ |
| 30 | 29 | |
| 31 | 30 | public function __construct( |