feat(monorepo): migrate to typescript monorepo
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Basango\Aggregator\Application\UseCase\Query;
|
||||
|
||||
/**
|
||||
* Class GetLatestPublicationDate.
|
||||
*
|
||||
* @author bernard-ng <bernard@devscast.tech>
|
||||
*/
|
||||
final readonly class GetLatestPublicationDate
|
||||
{
|
||||
public function __construct(
|
||||
public string $source,
|
||||
public ?string $category = null
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user