Skip to content

Commit 25b39d3

Browse files
committed
♻️ 重構(Schema.php):在setContainer方法之前新增空行以改善代碼可讀性
1 parent 4a749a8 commit 25b39d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Schema.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public function __construct(string $database, string $hostname, string $username
8080
]));
8181
}
8282

83+
8384
public function setContainer(ContainerInterface $container = null)
8485
{
8586
$this->container = $container;

0 commit comments

Comments
 (0)