1
0
mirror of synced 2024-11-22 04:46:07 +03:00
service-bundle/RetailCrmServiceBundle.php

10 lines
140 B
PHP
Raw Normal View History

2021-02-05 14:47:54 +03:00
<?php
namespace RetailCrm\ServiceBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class RetailCrmServiceBundle extends Bundle
{
}