This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
3108
Commits
6
Branches
Tree:
61c59abafd
Souke
/
domain
/
_
/
ModuleInterface.php
9 lines
100B
Raw
Blame
History
<?php
namespace
domain
\
_
;
interface
ModuleInterface
{
public
function
getServices
()
:
array
;
}