Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 119726a

Browse files
committed
fix syntax
1 parent 5f1939a commit 119726a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ protected function registerPidManager(): void
117117
{
118118
$this->app->singleton(PidManager::class, function() {
119119
return new PidManager(
120-
$this->app->make('config')->get('swoole_http.server.options.pid_file');
120+
$this->app->make('config')->get('swoole_http.server.options.pid_file')
121121
);
122122
});
123123
}

0 commit comments

Comments
 (0)