Skip to content

Commit

Permalink
♻️ 重構(Schema.php):在setContainer方法之前新增空行以改善代碼可讀性
Browse files Browse the repository at this point in the history
  • Loading branch information
mathsgod committed Feb 6, 2025
1 parent 4a749a8 commit 25b39d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public function __construct(string $database, string $hostname, string $username
]));
}


public function setContainer(ContainerInterface $container = null)
{
$this->container = $container;
Expand Down

0 comments on commit 25b39d3

Please sign in to comment.