芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/invoicer.pulsehost.co.uk/vendor/vinkla/hashids/src/HashidsManager.php
factory = $factory; } protected function createConnection(array $config): Hashids { return $this->factory->make($config); } protected function getConfigName(): string { return 'hashids'; } public function getFactory(): HashidsFactory { return $this->factory; } }