walkor пре 10 година
родитељ
комит
2d5209154e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      start.php

+ 1 - 1
start.php

@@ -9,7 +9,7 @@ use WorkerMan\Worker;
 
 require_once __DIR__ . '/Workerman/Autoloader.php';
 
-foreach(glob(__DIR__.'/applications/*/start.php') as $start_file)
+foreach(glob(__DIR__.'/Applications/*/start.php') as $start_file)
 {
     require_once $start_file;;
 }