Merge pull request #32 from mageekguy/patch-1
Port of sahi is 9999, not 999
This commit is contained in:
@@ -172,7 +172,7 @@ class Extension implements ExtensionInterface
|
||||
defaultValue('localhost')->
|
||||
end()->
|
||||
scalarNode('port')->
|
||||
defaultValue(isset($config['sahi']['port']) ? $config['sahi']['port'] : 999)->
|
||||
defaultValue(isset($config['sahi']['port']) ? $config['sahi']['port'] : 9999)->
|
||||
end()->
|
||||
end()->
|
||||
end()->
|
||||
|
||||
Reference in New Issue
Block a user