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
2597
Commits
6
Branches
Tree:
866b8671d0
Souke
/
common
/
logic
/
RepositoryQueryInterface.php
11 lines
97B
Raw
Blame
History
<?php
namespace
common
\
logic
;
use
yii
\
db
\
ActiveQuery
;
interface
RepositoryQueryInterface
{
}