patterns
src
ServiceLocator
ServiceInterface.php
Find file
Normal view
Permalink
ServiceInterface.php
77 B
Newer
Older
SYM-3 | Initial commit
Адлан Шамавов
committed
Jul 23, 2024
1
2
3
4
5
6
7
8
<?php
namespace
Hp\Patterns\ServiceLocator
;
interface
ServiceInterface
{
}