Inotify.php 81 B

123456
  1. <?php
  2. namespace Biz\Facades;
  3. interface Inotify {
  4. function update($params);
  5. }
  6. ?>