This website works better with JavaScript
Startsida
Utforska
Hjälp
Registrera dig
Logga in
aqm
/
sports_web
Bevaka
3
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
cf7ff0ff65
Grenar
Taggar
dev
master
sports_web
/
Biz
/
Common
/
Inotify.php
Inotify.php
81 B
Historik
Rå
1
2
3
4
5
6
<?php
namespace Biz\Facades;
interface Inotify {
function update($params);
}
?>