1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-07 09:10:03 +01:00

Fix code styling

This commit is contained in:
driesvints
2024-06-18 16:58:03 +00:00
committed by github-actions[bot]
parent 42ba0b20ad
commit 2c3e2f3da1
15 changed files with 29 additions and 86 deletions

View File

@@ -7,9 +7,7 @@
class Expose
{
public function __construct(public Composer $composer, public CommandLine $cli)
{
}
public function __construct(public Composer $composer, public CommandLine $cli) {}
public function currentTunnelUrl(?string $domain = null): ?string
{