feat: search results
This commit is contained in:
@@ -2,7 +2,15 @@
|
||||
|
||||
namespace App\Search\Action\Command;
|
||||
|
||||
class SearchCommand
|
||||
{
|
||||
use OneToMany\RichBundle\Contract\CommandInterface;
|
||||
|
||||
}
|
||||
class SearchCommand implements CommandInterface
|
||||
{
|
||||
/**
|
||||
* @param string $term
|
||||
* @implements CommandInterface<SearchCommand>
|
||||
*/
|
||||
public function __construct(
|
||||
public string $term
|
||||
) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user