Skip to content

Commit

Permalink
模型支持动态指定表名和连接池名 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft authored Oct 27, 2021
1 parent 415a897 commit 9aa7a18
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Server/Cli/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@ public function stop(): void
public function outImi(): void
{
$this->output->write('<comment>' . <<<'STR'
_ _
(_) _ __ ___ (_)
| | | '_ ` _ \ | |
| | | | | | | | | |
|_| |_| |_| |_| |_|
_ _
(_) _ __ ___ (_)
| | | '_ ` _ \ | |
| | | | | | | | | |
|_| |_| |_| |_| |_|
</comment>
STR
</comment>
STR
);
}

Expand Down

0 comments on commit 9aa7a18

Please sign in to comment.