Implement creator studio and upload updates
This commit is contained in:
13
app/Services/Sitemaps/SitemapImage.php
Normal file
13
app/Services/Sitemaps/SitemapImage.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Services\Sitemaps;
|
||||
|
||||
final readonly class SitemapImage
|
||||
{
|
||||
public function __construct(
|
||||
public string $loc,
|
||||
public ?string $title = null,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user