3
0

First pass of the search bundle

This commit is contained in:
2022-07-20 09:23:11 +01:00
commit 06c5a90214
13 changed files with 392 additions and 0 deletions

12
src/PcmSearchBundle.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
namespace Pcm\SearchBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class SearchBundle extends Bundle
{
public function getPath(): string
{
return \dirname(__DIR__);
}
}