Refresh station entity when resetting mount points to fix "Undefined variable radio" error (#3282)

This commit is contained in:
Vaalyn 2020-10-16 11:22:06 +02:00 committed by GitHub
parent 76a8d9aeb9
commit 8fd146a7b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ class StationRepository extends Repository
}
$this->em->flush();
$this->em->refresh($station);
}
/**