芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/vendor/nunomaduro/collision/src/Provider.php
run = $run ?: new Run(); $this->handler = $handler ?: new Handler(); } /** * Registers the current Handler as Error Handler. */ public function register(): self { $this->run->pushHandler($this->handler) ->register(); return $this; } /** * Returns the handler. */ public function getHandler(): Handler { return $this->handler; } }