@@ -37,7 +37,7 @@ |
||
37 | 37 | |
38 | 38 | $host = $this->option('host'); |
39 | 39 | $port = $this->option('port'); |
40 | - if (! $port) { |
|
40 | + if (!$port) { |
|
41 | 41 | $port = config('hyde.server.port', 8080); |
42 | 42 | } |
43 | 43 |