implement ClearFeaturedPost use case
This commit is contained in:
parent
7bd3ff78b4
commit
a8f59afc30
2 changed files with 59 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
namespace App\Post\UseCases\ClearFeaturedPost;
|
||||
|
||||
class ClearFeaturedPostRequest
|
||||
{
|
||||
public function __construct(
|
||||
public int $postId,
|
||||
public bool $requesterIsAdmin,
|
||||
) {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue