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:
committed by
github-actions[bot]
parent
42ba0b20ad
commit
2c3e2f3da1
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user