Initial commit

This commit is contained in:
2021-01-18 16:46:31 +03:00
commit f33a9dc226
9 changed files with 313 additions and 0 deletions

10
src/NsqBundle.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
declare(strict_types=1);
namespace NsqPHP\NsqBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
final class NsqBundle extends Bundle
{
}