summaryrefslogtreecommitdiff
path: root/db/migrations/2019_10_15_000000_create_news_table.php
diff options
context:
space:
mode:
authorMichael Weimann <mail@michael-weimann.eu>2019-11-12 21:49:31 +0100
committerMichael Weimann <mail@michael-weimann.eu>2019-11-12 21:49:31 +0100
commitc0bf0b56f1359025d4bd95f7480c45aed6ad9c9a (patch)
treed3611b6fa7716ca49bb066c879bd0c50c6674b5a /db/migrations/2019_10_15_000000_create_news_table.php
parent68afc74b03f83bb072944911c15af60433280ace (diff)
Add the news_comments table migration
Diffstat (limited to 'db/migrations/2019_10_15_000000_create_news_table.php')
-rw-r--r--db/migrations/2019_10_15_000000_create_news_table.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrations/2019_10_15_000000_create_news_table.php b/db/migrations/2019_10_15_000000_create_news_table.php
index c87972ef..540348cd 100644
--- a/db/migrations/2019_10_15_000000_create_news_table.php
+++ b/db/migrations/2019_10_15_000000_create_news_table.php
@@ -128,7 +128,7 @@ class CreateNewsTable extends Migration
private function copyNewToPreviousNewsTable(): void
{
$connection = $this->schema->getConnection();
- /** @var Collection[]|stdClass[] $newsRecords */
+ /** @var Collection|stdClass[] $newsRecords */
$newsRecords = $connection
->table('new_news')
->get();