This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
aqm
/
sports_web
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
a5e54bba40
Rami (Branch)
Tag
dev
master
sports_web
/
Biz
/
Common
/
Inotify.php
Inotify.php
81 B
Cronologia
Originale
1
2
3
4
5
6
<?php
namespace Biz\Facades;
interface Inotify {
function update($params);
}
?>