Skip to content

Commit

Permalink
移除不必要代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Sep 30, 2021
1 parent 842d68c commit 9d7475b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/FpmApp.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ class FpmApp extends BaseApp
'annotation_manager_annotation_relation_cache' => true,
];

/**
* 构造方法.
*/
public function __construct(string $namespace)
{
parent::__construct($namespace);
}

protected function __loadConfig(): void
{
parent::__loadConfig();
Expand Down

0 comments on commit 9d7475b

Please sign in to comment.