diff --git a/app/src/Domain/Entity/Episode/File.php b/app/src/Domain/Entity/Episode/File.php index 9630a03..3210f5e 100644 --- a/app/src/Domain/Entity/Episode/File.php +++ b/app/src/Domain/Entity/Episode/File.php @@ -5,7 +5,7 @@ namespace Slovocast\Domain\Entity\Episode; use Slovocast\Domain\Entity as EntityTrait; /** - * Represents the file for the episode itself. + * Represents the data about the specific file that is used for the episode. */ class File {