mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 23:55:35 +08:00
cs fix
This commit is contained in:
@@ -70,7 +70,7 @@ class OnManagerStart implements SwooleEvent
|
||||
}
|
||||
if (Framework::$argv['polling-watch']) {
|
||||
self::$watch_tick_id = swoole_timer_tick(3000, function () use ($server) {
|
||||
$data = (DataProvider::scanDirFiles(DataProvider::getSourceRootDir() . '/src/'));
|
||||
$data = DataProvider::scanDirFiles(DataProvider::getSourceRootDir() . '/src/');
|
||||
$hash = md5('');
|
||||
foreach ($data as $file) {
|
||||
$hash = md5($hash . md5_file($file));
|
||||
|
||||
Reference in New Issue
Block a user