Skip to content

Commit f3ac2b4

Browse files
committed
fix(server): add missing LoggerFactory use statement in start.php
1 parent 5efc0cd commit f3ac2b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

start.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
use Phlix\Auth\AuthManager;
2424
use Phlix\Common\Container\ContainerFactory;
25+
use Phlix\Common\Logger\LoggerFactory;
2526
use Phlix\Server\Core\Application;
2627
use Phlix\Server\Http\Handler\HttpHandler;
2728
use Workerman\Worker;

0 commit comments

Comments
 (0)