Skip to content

Commit

Permalink
Timer namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor committed Apr 4, 2022
1 parent 248cdf4 commit 94765e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/publish-over-ssl.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
require __DIR__ . '/../vendor/autoload.php';
use Workerman\Worker;
use Workerman\Lib\Timer;
use Workerman\Timer;

$worker = new Worker();
$worker->onWorkerStart = function(){
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

use \Workerman\Connection\AsyncTcpConnection;
use \Workerman\Protocols\Mqtt;
use \Workerman\Lib\Timer;
use \Workerman\Timer;

/**
* Class Client
Expand Down

0 comments on commit 94765e0

Please sign in to comment.