feat: search results
This commit is contained in:
8
src/Search/Action/Command/SearchCommand.php
Normal file
8
src/Search/Action/Command/SearchCommand.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Search\Action\Command;
|
||||
|
||||
class SearchCommand
|
||||
{
|
||||
|
||||
}
|
||||
8
src/Search/Action/Handler/SearchHandler.php
Normal file
8
src/Search/Action/Handler/SearchHandler.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Search\Action\Handler;
|
||||
|
||||
class SearchHandler
|
||||
{
|
||||
|
||||
}
|
||||
8
src/Search/Action/Input/SearchInput.php
Normal file
8
src/Search/Action/Input/SearchInput.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Search\Action\Input;
|
||||
|
||||
class SearchInput
|
||||
{
|
||||
|
||||
}
|
||||
8
src/Search/Action/Result/SearchResult.php
Normal file
8
src/Search/Action/Result/SearchResult.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Search\Action\Result;
|
||||
|
||||
class SearchResult
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user