Added OpenAppButton factory method

This commit is contained in:
Alex
2025-08-06 20:52:37 +03:00
parent 62fbb6cf3b
commit 68da594f89
4 changed files with 27 additions and 7 deletions
+2 -3
View File
@@ -9,8 +9,7 @@ final readonly class Image extends AbstractModel
/**
* @param string $url URL of image.
*/
public function __construct(
public string $url,
) {
public function __construct(public string $url)
{
}
}