Skip to content

Commit

Permalink
v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
localzet committed Jul 15, 2023
1 parent bad1821 commit a13fb31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/process.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @license https://mit-license.org MIT
*/

use localzet\Server\Server;
use localzet\Server;

return [
'monitor' => [
Expand Down
4 changes: 2 additions & 2 deletions process/Monitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
use RecursiveIteratorIterator;
use SplFileInfo;

use localzet\Server\Timer;
use localzet\Server\Server;
use localzet\Timer;
use localzet\Server;

/**
* Class FileMonitor
Expand Down

0 comments on commit a13fb31

Please sign in to comment.